pike.git
/
src
/
modules
/
Image
/
orient.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/orient.c:1:
/* || 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: orient.c,v 1.
22
2002/10/
11
01
:
39
:
43
nilsson
Exp $
+
|| $Id: orient.c,v 1.
23
2002/10/
21
17
:
06
:
14
marcus
Exp $
*/ /* **! module Image **! class Image */ #include "global.h" #include <math.h>
pike.git/src/modules/Image/orient.c:23:
#include "interpret.h" #include "svalue.h" #include "threads.h" #include "array.h" #include "pike_error.h" #include "image.h" #include <builtin_functions.h>
-
/* This must be included last! */
-
#include "module_magic.h"
+
#define sp Pike_sp extern struct program *image_program; #ifdef THIS #undef THIS /* Needed for NT */ #endif #define THIS ((struct image *)(Pike_fp->current_storage)) #define THISOBJ (Pike_fp->current_object)