summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-28 12:53:38 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-28 12:53:38 +0000
commitffaa1deb9e3313dc3a9c7ac223d49e7db521d210 (patch)
tree59110196d97620c65d7ea8d06d53f982663dd79d /codegen.py
parent0b06530a5532549f7de8d57d624fac546961fb97 (diff)
parent438c93a18a874cbf888aeb0e7766f336caccac15 (diff)
downloadrabbitmq-server-git-ffaa1deb9e3313dc3a9c7ac223d49e7db521d210.tar.gz
Merging default into bug23554
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').