From 5f09834c4a29dcd1cd43b89c6f2711f86071ecd6 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Wed, 5 Nov 1997 04:36:56 +0100 Subject: [PATCH] CVS check Rev: src/modules/Image/polyfill.c:1.13 --- src/modules/Image/polyfill.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/Image/polyfill.c b/src/modules/Image/polyfill.c index 641af39306..38b4f9676e 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.12 1997/11/05 03:30:02 mirar Exp $"); +RCSID("$Id: polyfill.c,v 1.13 1997/11/05 03:36:56 mirar Exp $"); /* Prototypes are needed for these */ extern double floor(double); @@ -29,7 +29,7 @@ extern double floor(double); /* **! module Image **! note -**! $Id: polyfill.c,v 1.12 1997/11/05 03:30:02 mirar Exp $ +**! $Id: polyfill.c,v 1.13 1997/11/05 03:36:56 mirar Exp $ **! class image */ @@ -863,3 +863,4 @@ void image_polygone(INT32 args) THISOBJ->refs++; push_object(THISOBJ); } + -- GitLab