Branch: Tag:

2002-01-03

2002-01-03 19:10:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Enable YYERROR_VERBOSE.

Rev: src/language.yacc:1.270

112:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.269 2001/12/20 00:17:06 mast Exp $"); + RCSID("$Id: language.yacc,v 1.270 2002/01/03 19:10:23 grubba Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
143:   #endif /* YYDEBUG */   #endif    + /* Get verbose parse error reporting. */ + #define YYERROR_VERBOSE 1 +    /* #define LAMBDA_DEBUG 1 */      int add_local_name(struct pike_string *, struct pike_type *, node *);