Branch: Tag:

1997-04-07

1997-04-07 22:56:48 by Marcus Comstedt <marcus@mc.pp.se>

Fixed type clash.

Rev: src/language.yacc:1.35

158:   /* 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:    | constant_list ',' constant_name    ;    - constant: modifiers F_CONSTANT constant_list ';' + constant: modifiers F_CONSTANT constant_list ';' {}    ;      block_or_semi: block