diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-03-07 14:00:08 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-03-07 14:00:08 +0000 |
| commit | e90ea3baaac8070b0efd1e470a03174aad9f010e (patch) | |
| tree | 0c65ebae31f851551dfef6d9fd5d6aa1854fffc2 /codegen.py | |
| parent | 0c54e71511a3d31d6626f6e1617f8598ea67c8f9 (diff) | |
| parent | 807081deffb9b03cab8723ba0aa354dedbc27e8f (diff) | |
| download | rabbitmq-server-git-e90ea3baaac8070b0efd1e470a03174aad9f010e.tar.gz | |
Merging new head of bug23810 to default, which results in a tiny and insignificant change
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'). |
