summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-04-19 22:20:24 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-04-19 22:20:24 +0000
commitdf519d1acbd0b279e6c972ad53eee63dd9d4d5c3 (patch)
tree7b15e162a819900fc8c58005d5250a1a64d18a3e /flexdef.h
parentffd33bd186d7f1f1f6d786aad9dd036ffda4469a (diff)
Applied 'const' to a few more char*, where appropriate.
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 113523a..8b82bb3 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -795,7 +795,7 @@ extern void usage PROTO((void));
/* from file misc.c */
/* Add a #define to the action file. */
-extern void action_define PROTO(( char *defname, int value ));
+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 ));