Branch: Tag:

2006-02-27

2006-02-27 12:15:55 by Martin Stjernholm <mast@lysator.liu.se>

Fixed warning about low_mapping_lookup.

Rev: src/language.yacc:1.366

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.365 2006/02/25 11:10:04 grubba Exp $ + || $Id: language.yacc,v 1.366 2006/02/27 12:15:55 mast Exp $   */      %pure_parser
123:   #include "interpret.h"   #include "array.h"   #include "object.h" + #include "mapping.h"   #include "stralloc.h"   #include "las.h"   #include "interpret.h"