Eric Blake | 1976708 | 2015-10-26 16:34:40 -0600 | [diff] [blame] | 1 | # C member name collision |
Eric Blake | 9fb081e | 2015-10-26 16:34:44 -0600 | [diff] [blame] | 2 | # We reject names like 'q-unix', because they can collide with the mangled |
3 | # name for 'unix' in generated C. | ||||
Eric Blake | 1976708 | 2015-10-26 16:34:40 -0600 | [diff] [blame] | 4 | { 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } } |