diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-08-05 10:03:12 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-08-05 10:03:12 +0100 |
| commit | f72086292bc13dcd5cbb9aa2e5aa9eacc6602d42 (patch) | |
| tree | 2e15724d608a1d9733ba8d9c3dc2fed3676944b3 /codegen.py | |
| parent | 625f9b72b3f8469f5e9935f3347b13e3ae1ae419 (diff) | |
| parent | 36d6750b0f984a105c448609cb29f9037193d8b0 (diff) | |
| download | rabbitmq-server-git-f72086292bc13dcd5cbb9aa2e5aa9eacc6602d42.tar.gz | |
merge default into bug23056
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'). |
