Skip to content
Snippets Groups Projects
Commit 3bcd58cf authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Fixed type clash.

Rev: src/language.yacc:1.35
parent 02ab209a
Branches
Tags
No related merge requests found
......@@ -158,7 +158,7 @@
/* This is the grammar definition of Pike. */
#include "global.h"
RCSID("$Id: language.yacc,v 1.34 1997/04/07 03:29:08 hubbe Exp $");
RCSID("$Id: language.yacc,v 1.35 1997/04/07 22:56:48 marcus Exp $");
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
......@@ -454,7 +454,7 @@ constant_list: constant_name
| constant_list ',' constant_name
;
constant: modifiers F_CONSTANT constant_list ';'
constant: modifiers F_CONSTANT constant_list ';' {}
;
block_or_semi: block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment