pike.git / src / operators.c

version» Context lines:

pike.git/src/operators.c:1:   /*\   ||| This file a part of Pike, and is copyright by Fredrik Hubinette   ||| 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"   #include "mapping.h"   #include "array.h"   #include "stralloc.h"   #include "opcodes.h"   #include "operators.h"   #include "language.h"   #include "pike_memory.h"