pike.git
/
src
/
modules
/
Image
/
togif.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/togif.c:1:
/* togif Pontus Hagland, law@infovav.se
-
$Id: togif.c,v 1.
1
1997/
02
/
11
08:
35:47
hubbe Exp $
+
$Id: togif.c,v 1.
2
1997/
03
/
17
03:
08:
02
hubbe Exp $
*/ #include "global.h" #include <math.h> #include <ctype.h> #include "stralloc.h" #include "global.h" #include "threads.h" #include "types.h"
-
#include "macros.h"
+
#include "
pike_
macros.h"
#include "object.h" #include "constants.h" #include "interpret.h" #include "svalue.h" #include "array.h" #include "error.h" #include "dynamic_buffer.h" #include "image.h" #include "lzw.h"