diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ typedef struct _LookupPriv { } LookupPriv; typedef struct _LookupEntry { - char * name; + const char *name; unsigned result; } LookupEntry; |