summaryrefslogtreecommitdiffstats
path: root/contrib/flex/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/flex/misc.c')
-rw-r--r--contrib/flex/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/flex/misc.c b/contrib/flex/misc.c
index 5bc844f..f9cb377 100644
--- a/contrib/flex/misc.c
+++ b/contrib/flex/misc.c
@@ -113,6 +113,7 @@ void action_define (defname, value)
}
+#ifdef notdef
/** Append "m4_define([[defname]],[[value]])m4_dnl\n" to the running buffer.
* @param defname The macro name.
* @param value The macro value, can be NULL, which is the same as the empty string.
@@ -133,6 +134,7 @@ void action_m4_define (const char *defname, const char * value)
snprintf (buf, sizeof(buf), "m4_define([[%s]],[[%s]])m4_dnl\n", defname, value?value:"");
add_action (buf);
}
+#endif
/* Append "new_text" to the running buffer. */
void add_action (new_text)
OpenPOWER on IntegriCloud