diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-02-28 13:33:42 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-02-28 13:33:42 +0000 |
| commit | 66fedcc7952a12c7641ff614936bf96c8332e2a5 (patch) | |
| tree | 05ba167f360fe6229cdbf828af31002dbf13f59d /codegen.py | |
| parent | e4a29a36a9c76db9ad4620e095f660a134aa8585 (diff) | |
| parent | 438c93a18a874cbf888aeb0e7766f336caccac15 (diff) | |
| download | rabbitmq-server-git-66fedcc7952a12c7641ff614936bf96c8332e2a5.tar.gz | |
Merge in default.
Diffstat (limited to 'codegen.py')
| -rw-r--r-- | codegen.py | 2 |
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'). |
