mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-28 17:54:40 +02:00
Otherwise if we have something like 'foo-bar' in the schema, it will be generated as 'foo_bar' in the string lookup table. c_var() is good for C variables, but not for enum strings. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>