diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-07-22 17:51:52 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-07-22 17:51:52 +0100 |
| commit | 118b59e2b3d2ef3ddefe60a3ef5514a7a8de7420 (patch) | |
| tree | 4f9888a6720df4e296614e6004e24e8ba4ee0ad5 /codegen.py | |
| parent | ac62154a544c4903c2821668c74a9f111fa8b944 (diff) | |
| parent | 57076e95920128cbd425e3e252cd4948aa6c0dd4 (diff) | |
| download | rabbitmq-server-git-118b59e2b3d2ef3ddefe60a3ef5514a7a8de7420.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'). |
