diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 18:22:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 19:52:16 -0700 |
commit | c7c7197d265a299c82c6629fba867730aad81375 (patch) | |
tree | fc7bfa6dce99476f888b378a7ebda78d6c6f873e /imakemdep.h | |
parent | a6a8afb0a82a175822077442f44865c75ab70ff1 (diff) |
Increased constification
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
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 |