summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-03-03 15:19:38 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-03-03 15:19:38 +0000
commitcbd0d077ee6da50d60a51cab587e63d927db1afa (patch)
tree0d8cb833940a01c8bf82f05686b12518ccf4f5aa /codegen.py
parentb68b2eea755c04ac7342f524f8be91787c8668c4 (diff)
parent438c93a18a874cbf888aeb0e7766f336caccac15 (diff)
downloadrabbitmq-server-git-cbd0d077ee6da50d60a51cab587e63d927db1afa.tar.gz
Merging default into bug23875
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').