Branch: Tag:

2008-03-09

2008-03-09 17:28:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: src/interpret.c:1.388

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: interpret.c,v 1.387 2008/03/09 16:48:55 grubba Exp $ + || $Id: interpret.c,v 1.388 2008/03/09 17:28:20 grubba Exp $   */      #include "global.h"
2337:    struct reference dummy_ref = {    0, 0, ID_HIDDEN,    }; -  copy_shared_string(dummy.name, empty_string); +  copy_shared_string(dummy.name, empty_pike_string);    copy_pike_type(dummy.type, function_type_string);    dummy.identifier_flags = IDENTIFIER_PIKE_FUNCTION|IDENTIFIER_HAS_BODY;    dummy.func.offset = offset;