added 'const'
authoraland <aland>
Wed, 3 Nov 1999 19:34:05 +0000 (19:34 +0000)
committeraland <aland>
Wed, 3 Nov 1999 19:34:05 +0000 (19:34 +0000)
src/lib/token.c

index 9c63f98..6b98592 100644 (file)
@@ -15,7 +15,7 @@
 static const char rcsid[] = "$Id$";
 
 typedef struct {
-       char *str;
+       const char *str;
        int token;
 } TOKEN;