Branch: Tag:

1998-07-04

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

Moved include of global.h first.

Rev: src/modules/MIME/mime.c:1.12
Rev: src/modules/Msql/msqlmod.c:1.8
Rev: src/modules/Mysql/mysql.c:1.23
Rev: src/modules/Mysql/result.c:1.12
Rev: src/modules/Odbc/odbc.c:1.10
Rev: src/modules/Odbc/odbc_result.c:1.14
Rev: src/modules/Oracle/oracle.c:1.14
Rev: src/modules/Postgres/pgresult.c:1.7
Rev: src/modules/Postgres/postgres.c:1.7
Rev: src/modules/Regexp/glue.c:1.12
Rev: src/modules/Ssleay/ssleay.c:1.9
Rev: src/modules/_Image_JPEG/image_jpeg.c:1.19
Rev: src/modules/math/math.c:1.12
Rev: src/modules/system/passwords.c:1.15
Rev: src/modules/system/syslog.c:1.6
Rev: src/modules/system/system.c:1.56
Rev: src/opcodes.c:1.29
Rev: src/operators.c:1.37

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.36 1998/06/06 13:05:03 grubba Exp $"); + #include <math.h> + RCSID("$Id: operators.c,v 1.37 1998/07/04 16:56:42 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"