Branch: Tag:

2000-03-30

2000-03-30 20:04:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Changed a warning into an error.

Rev: src/language.yacc:1.176

188:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.175 2000/03/30 19:43:55 grubba Exp $"); + RCSID("$Id: language.yacc,v 1.176 2000/03/30 20:04:14 grubba Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
1247:    * FIXME: Should this be a syntax error or not?    */    if (compiler_pass == 1) { -  yywarning("Implicit mixed type."); +  yyerror("Missing type before ... .");    }    type_stack_reverse();    push_type(T_MANY);