Branch: Tag:

2004-01-19

2004-01-19 12:28:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Oops, typo in yyerror().

Rev: src/program.c:1.553

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: program.c,v 1.552 2004/01/19 12:15:40 grubba Exp $ + || $Id: program.c,v 1.553 2004/01/19 12:28:30 grubba Exp $   */      #include "global.h" - RCSID("$Id: program.c,v 1.552 2004/01/19 12:15:40 grubba Exp $"); + RCSID("$Id: program.c,v 1.553 2004/01/19 12:28:30 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1205:    if(m == state->new_program->PIKE_CONCAT(num_,NAME)) { \    TYPE *tmp; \    if(m==MAXVARS(NUMTYPE)) { \ -  yyerror("Too many " #NAME ".\n"); \ +  yyerror("Too many " #NAME "."); \    return; \    } \    m = MINIMUM(m*2+1,MAXVARS(NUMTYPE)); \