summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-08-02 10:48:18 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-08-02 10:48:18 +0100
commit0ae1bba1dd2d519a9b50540e76f79ae518b810f7 (patch)
tree7a55098c74ec108cdb5d094ed16ccd9eb661e06c /codegen.py
parent9b10c994f7bb39dac5de2a43c1a21301a164a930 (diff)
parentd3509448afcd1f6f0783c13bc877560b43c9b5f5 (diff)
downloadrabbitmq-server-git-0ae1bba1dd2d519a9b50540e76f79ae518b810f7.tar.gz
merge default into bug23504
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').