From f0bc95c3075a18565f1025fe022b4e398cd5e3ec Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Wed, 15 Oct 1997 02:50:00 +0200 Subject: [PATCH] RCSID added Rev: src/modules/Image/colortable.c:1.6 Rev: src/modules/Image/polyfill.c:1.9 --- src/modules/Image/colortable.c | 5 +++-- src/modules/Image/polyfill.c | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index bfc230818b..288bdb21df 100644 --- a/src/modules/Image/colortable.c +++ b/src/modules/Image/colortable.c @@ -1,11 +1,11 @@ #include <config.h> -/* $Id: colortable.c,v 1.5 1997/10/15 00:40:32 mirar Exp $ */ +/* $Id: colortable.c,v 1.6 1997/10/15 00:49:59 mirar Exp $ */ /* **! module Image **! note -**! $Id: colortable.c,v 1.5 1997/10/15 00:40:32 mirar Exp $<br> +**! $Id: colortable.c,v 1.6 1997/10/15 00:49:59 mirar Exp $<br> **! class colortable **! **! This object keeps colortable information, @@ -18,6 +18,7 @@ #undef COLORTABLE_REDUCE_DEBUG #include "global.h" +RCSID("$Id: colortable.c,v 1.6 1997/10/15 00:49:59 mirar Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/src/modules/Image/polyfill.c b/src/modules/Image/polyfill.c index 5b9d398be3..9aebc5ef66 100644 --- a/src/modules/Image/polyfill.c +++ b/src/modules/Image/polyfill.c @@ -1,4 +1,5 @@ #include "global.h" +RCSID("$Id: polyfill.c,v 1.9 1997/10/15 00:50:00 mirar Exp $"); /* Prototypes are needed for these */ extern double floor(double); @@ -28,7 +29,7 @@ extern double floor(double); /* **! module Image **! note -**! $Id: polyfill.c,v 1.8 1997/10/12 21:12:08 mirar Exp $<br> +**! $Id: polyfill.c,v 1.9 1997/10/15 00:50:00 mirar Exp $<br> **! class image */ -- GitLab