diff options
Diffstat (limited to 'Parser/grammar.c')
-rw-r--r-- | Parser/grammar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Parser/grammar.c b/Parser/grammar.c index 81b51ded7d..1285fb3078 100644 --- a/Parser/grammar.c +++ b/Parser/grammar.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum, +Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved @@ -203,7 +203,7 @@ translabel(g, lb) if (lb->lb_type == STRING) { if (isalpha(lb->lb_str[1])) { - char *p, *strchr(); + char *p; if (debugging) printf("Label %s is a keyword\n", lb->lb_str); lb->lb_type = NAME; |