diff --git a/src/modules/_Image_JPEG/image_jpeg.c b/src/modules/_Image_JPEG/image_jpeg.c index 12a1520c5385ef78eea1dafed418524000d43545..b9ba362d64fbd39b83ac66a4d4d422e33b905bec 100644 --- a/src/modules/_Image_JPEG/image_jpeg.c +++ b/src/modules/_Image_JPEG/image_jpeg.c @@ -1,5 +1,5 @@ /* - * $Id: image_jpeg.c,v 1.14 1998/04/03 00:18:33 mirar Exp $ + * $Id: image_jpeg.c,v 1.15 1998/04/05 21:14:09 mirar Exp $ */ #include "config.h" @@ -22,7 +22,7 @@ #undef HAVE_STDLIB_H #endif #include "global.h" -RCSID("$Id: image_jpeg.c,v 1.14 1998/04/03 00:18:33 mirar Exp $"); +RCSID("$Id: image_jpeg.c,v 1.15 1998/04/05 21:14:09 mirar Exp $"); #include "pike_macros.h" #include "object.h" @@ -43,7 +43,7 @@ RCSID("$Id: image_jpeg.c,v 1.14 1998/04/03 00:18:33 mirar Exp $"); #ifdef DYNAMIC_MODULE static struct program *image_program=NULL; #else -extern struct program *image_program=NULL; +extern struct program *image_program; /* Image module is probably linked static too. */ #endif diff --git a/src/modules/_Image_XFace/image_xface.c b/src/modules/_Image_XFace/image_xface.c index 4d123d59329dd70e24d1ad08c12ae34965afe27e..056b001de466762455f6da85958dc72e0f675dfd 100644 --- a/src/modules/_Image_XFace/image_xface.c +++ b/src/modules/_Image_XFace/image_xface.c @@ -1,5 +1,5 @@ #include "global.h" -RCSID("$Id: image_xface.c,v 1.2 1998/04/03 00:18:34 mirar Exp $"); +RCSID("$Id: image_xface.c,v 1.3 1998/04/05 21:14:10 mirar Exp $"); #include "config.h" @@ -32,7 +32,7 @@ RCSID("$Id: image_xface.c,v 1.2 1998/04/03 00:18:34 mirar Exp $"); #ifdef DYNAMIC_MODULE static struct program *image_program=NULL; #else -extern struct program *image_program=NULL; +extern struct program *image_program; /* Image module is probably linked static too. */ #endif