Listing 7

#define MAKE_STRING_TABLE
char *day_strings[] =
   {
   #include "table.h"
   };

#undef MAKE_STRING_TABLE
enum e_day =
   {
   #include "table.h"
   };