summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorTim Fox <tim@rabbitmq.com>2011-03-02 13:07:34 +0000
committerTim Fox <tim@rabbitmq.com>2011-03-02 13:07:34 +0000
commitba3a1565304a4d3d1239a528b71c79eea1bd72f3 (patch)
treea6b5758faa0d3d3493cf5f6c32606edb14c1767f /codegen.py
parente289045b11b859ab994d3709d3dd4e2af8ef722a (diff)
parent438c93a18a874cbf888aeb0e7766f336caccac15 (diff)
downloadrabbitmq-server-git-ba3a1565304a4d3d1239a528b71c79eea1bd72f3.tar.gz
remerged in changes from 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').