Branch: Tag:

1998-07-04

1998-07-04 17:18:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Moved include of global.h first.

Rev: src/encode.c:1.17
Rev: src/modules/Image/colortable.c:1.31
Rev: src/modules/Image/encodings/gif.c:1.22
Rev: src/modules/Image/encodings/png.c:1.3
Rev: src/modules/Image/encodings/pnm.c:1.9
Rev: src/modules/Image/font.c:1.23
Rev: src/modules/MIME/mime.c:1.11
Rev: src/modules/Mysql/mysql.c:1.16
Rev: src/operators.c:1.22

3:   ||| Pike is distributed as GPL (General Public License)   ||| See the files COPYING and DISCLAIMER for more information.   \*/ - #include <math.h> +    #include "global.h" - RCSID("$Id: operators.c,v 1.21 1997/12/03 22:46:17 hubbe Exp $"); + #include <math.h> + RCSID("$Id: operators.c,v 1.22 1998/07/04 17:18:30 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"