summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-28 12:21:22 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-28 12:21:22 +0000
commit438c93a18a874cbf888aeb0e7766f336caccac15 (patch)
treea2a41845121b754ac3ce931f64c3c35c9cde0edc /codegen.py
parenta3a5ff2ddc8f3bbe731929b961e4f44f44937071 (diff)
parented589d09733d38cca8afeab829a0d8cd2f3d55d4 (diff)
downloadrabbitmq-server-git-438c93a18a874cbf888aeb0e7766f336caccac15.tar.gz
Merging bug23483 to default
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py
index 1fd5bc694a..8cd9dab832 100644
--- a/codegen.py
+++ b/codegen.py
@@ -324,7 +324,7 @@ def genErl(spec):
-type(amqp_field_type() ::
'longstr' | 'signedint' | 'decimal' | 'timestamp' |
'table' | 'byte' | 'double' | 'float' | 'long' |
- 'short' | 'bool' | 'binary' | 'void').
+ 'short' | 'bool' | 'binary' | 'void' | 'array').
-type(amqp_property_type() ::
'shortstr' | 'longstr' | 'octet' | 'shortint' | 'longint' |
'longlongint' | 'timestamp' | 'bit' | 'table').