summaryrefslogtreecommitdiff
path: root/imakemdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'imakemdep.h')
-rw-r--r--imakemdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imakemdep.h b/imakemdep.h
index 60222a2..97ff5b4 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)
-const struct symtab predefs[] = {
+static const struct symtab predefs[] = {
#ifdef apollo
{"apollo", "1"},
#endif