summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-03-21 21:39:01 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-03-21 21:39:01 +0000
commitf3a7d4b7a7c0689e7190682ecbd6c2f4649302d9 (patch)
treecf27a9b09aa3a86b500559dd43004d81877fc830 /flexdef.h
parent84807fceb85ea583aedd2a0701966a484acb0d35 (diff)
Fixed escape in actions.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index 8e99bb8..15abf9d 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -817,7 +817,7 @@ extern void usage PROTO ((void));
extern void action_define PROTO ((const char *defname, int value));
/* Add the given text to the stored actions. */
-extern void add_action PROTO ((char *new_text));
+extern void add_action PROTO ((const char *new_text));
/* True if a string is all lower case. */
extern int all_lower PROTO ((register char *));