Branch: Tag:

2004-03-13

2004-03-13 16:16:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added comment.

Rev: src/language.yacc:1.331

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: language.yacc,v 1.330 2004/03/13 16:15:38 grubba Exp $ + || $Id: language.yacc,v 1.331 2004/03/13 16:16:21 grubba Exp $   */      %pure_parser
113:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.330 2004/03/13 16:15:38 grubba Exp $"); + RCSID("$Id: language.yacc,v 1.331 2004/03/13 16:16:21 grubba Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
2516:    if(p) {    free_program(p);    } else { +  /* Make sure code in this class is aware that something went wrong. */    Pike_compiler->num_parse_error++;    }