Eric Blake | 59a92fe | 2015-11-18 01:52:56 -0700 | [diff] [blame] | 1 | # C entity name collision |
2 | # We reject names like 'q-unix', because they can collide with the mangled | ||||
3 | # name for 'unix' in generated C. | ||||
Eric Blake | 59a92fe | 2015-11-18 01:52:56 -0700 | [diff] [blame] | 4 | { 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] } |