From 38636c7e6dc1adfcdc07092098f58e947a72a878 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Thu, 9 Apr 1998 04:00:48 +0200 Subject: [PATCH] oops (forgot debug printing) Rev: src/modules/Image/polyfill.c:1.22 --- src/modules/Image/polyfill.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/Image/polyfill.c b/src/modules/Image/polyfill.c index dac374ff6d..a664f81c39 100644 --- a/src/modules/Image/polyfill.c +++ b/src/modules/Image/polyfill.c @@ -1,5 +1,5 @@ #include "global.h" -RCSID("$Id: polyfill.c,v 1.21 1998/04/09 02:00:23 mirar Exp $"); +RCSID("$Id: polyfill.c,v 1.22 1998/04/09 02:00:48 mirar Exp $"); /* Prototypes are needed for these */ extern double floor(double); @@ -27,12 +27,12 @@ extern double floor(double); #define THIS ((struct image *)(fp->current_storage)) #define THISOBJ (fp->current_object) -#define POLYDEBUG +#undef POLYDEBUG /* **! module Image **! note -**! $Id: polyfill.c,v 1.21 1998/04/09 02:00:23 mirar Exp $ +**! $Id: polyfill.c,v 1.22 1998/04/09 02:00:48 mirar Exp $ **! class image */ -- GitLab