Branch: Tag:

1999-12-18

1999-12-18 02:13:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: src/language.yacc:1.152

185:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.151 1999/12/17 23:06:07 grubba Exp $"); + RCSID("$Id: language.yacc,v 1.152 1999/12/18 02:13:20 grubba Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
2580:   #ifdef PIKE_DEBUG    check_type_string(type);   #endif /* PIKE_DEBUG */ -  if (pike_type_le(type, void_type_string)) { +  if (pike_types_le(type, void_type_string)) {    yywarning("Declaring local variable with type void "    "(converted to type zero).");    free_string(type);