diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index bfc230818b26ff3e9393b9943a16803386d2ca1a..288bdb21dfed224957fa1c65d1d9fc282d330fc4 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 5b9d398be31ba51edc1a93f9f0965c0c97db65a2..9aebc5ef667458c75389eafbf22ff44fe7f6470b 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 */