
   #ifdef MAKE_STRING_TABLE
   #define TABLE_VALUE(value, string) string
   #else
   #define TABLE_VALUE(value, string) value
   #endif

