Started to copy the import tool from libunbin.
[ocaml-bitstring.git] / cil-tools / bitmatch-import-prefix.h
1 /* This file is automagically prefixed to all .ubd files
2  * and provides some macros that we need for CIL.
3  */
4
5 #define BITMATCH_IMPORT(name) __bitmatch_import_##name
6 #define BITMATCH_CONSTANT_STRING(name,val) \
7   char *__bitmatch_constant_##name = val
8 #define BITMATCH_CONSTANT_INT32(name,val) \
9   int __bitmatch_constant_##name = val