Branch: Tag:

1996-11-28

1996-11-28 03:42:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

one more leak gone..

Rev: src/language.yacc:1.13

156:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.12 1996/11/28 03:05:52 hubbe Exp $"); + RCSID("$Id: language.yacc,v 1.13 1996/11/28 03:42:13 hubbe Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
556:    | modifiers type_or_error name_list ';' {}    | inheritance {}    | constant {} -  | class {} +  | class { free_node($1); }    | error    {    reset_type_stack();