diff options
Diffstat (limited to 'imakemdep.h')
-rw-r--r-- | imakemdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imakemdep.h b/imakemdep.h index c4533e1..60222a2 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -48,7 +48,7 @@ in this Software without prior written authorization from The Open Group. #undef DEF_STRINGIFY #define DEF_EVALUATE(__x) #__x #define DEF_STRINGIFY(_x) DEF_EVALUATE(_x) -struct symtab predefs[] = { +const struct symtab predefs[] = { #ifdef apollo {"apollo", "1"}, #endif |