Branch: Tag:

2004-01-22

2004-01-22 23:17:28 by Martin Nilsson <mani@lysator.liu.se>

Fixed errors

Rev: src/docode.c:1.174
Rev: src/modules/Image/colors.c:1.71
Rev: src/modules/Image/colortable.c:1.118
Rev: src/modules/Image/encodings/psd.c:1.40
Rev: src/modules/Image/encodings/x.c:1.43
Rev: src/modules/Image/encodings/xcf.c:1.47
Rev: src/modules/Image/operator.c:1.45
Rev: src/modules/Java/jvm.c:1.66
Rev: src/modules/Math/transforms.cmod:1.11
Rev: src/modules/Perl/perlmod.c:1.34
Rev: src/modules/Ssleay/ssleay.c:1.21
Rev: src/modules/_Image_GIF/image_gif.c:1.20
Rev: src/modules/files/file.c:1.311
Rev: src/modules/files/termios.c:1.22
Rev: src/pike_types.h:1.93
Rev: src/program.c:1.554

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: docode.c,v 1.173 2003/11/19 17:19:29 grubba Exp $ + || $Id: docode.c,v 1.174 2004/01/22 23:17:27 nilsson Exp $   */      #include "global.h" - RCSID("$Id: docode.c,v 1.173 2003/11/19 17:19:29 grubba Exp $"); + RCSID("$Id: docode.c,v 1.174 2004/01/22 23:17:27 nilsson Exp $");   #include "las.h"   #include "program.h"   #include "pike_types.h"
1989:       case F_ARROW:    if(CDR(n)->token != F_CONSTANT || CDR(n)->u.sval.type!=T_STRING) -  Pike_fatal("Bugg in F_ARROW, index not string."); +  Pike_fatal("Bugg in F_ARROW, index not string.\n");    if(flags & WANT_LVALUE)    {    /* FIXME!!!! ??? I wonder what needs fixing... /Hubbe */
2028:    }       if(do_docode(CDR(n),0) != 1) -  Pike_fatal("Internal compiler error, please report this (1)."); +  Pike_fatal("Internal compiler error, please report this (1).\n");    if(CDR(n)->token != F_CONSTANT &&    match_types(CDR(n)->type, string_type_string))    emit0(F_CLEAR_STRING_SUBTYPE);