home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_02 / 9n02122a < prev    next >
Text File  |  1990-12-05  |  145b  |  8 lines

  1.  
  2.    #ifdef MAKE_STRING_TABLE
  3.    #define TABLE_VALUE(value, string) string
  4.    #else
  5.    #define TABLE_VALUE(value, string) value
  6.    #endif
  7.  
  8.