[gs-cvs] rev 8405 - in trunk/gs: src toolbin/tests

giles at ghostscript.com giles at ghostscript.com
Wed Nov 21 18:47:00 PST 2007


Author: giles
Date: 2007-11-21 18:46:59 -0800 (Wed, 21 Nov 2007)
New Revision: 8405

Modified:
   trunk/gs/src/ConvertUTF.h
   trunk/gs/src/expat.mak
   trunk/gs/toolbin/tests/check_source.py
Log:
Correct Id line and double-include protection warnings.


Modified: trunk/gs/src/ConvertUTF.h
===================================================================
--- trunk/gs/src/ConvertUTF.h	2007-11-22 01:03:46 UTC (rev 8404)
+++ trunk/gs/src/ConvertUTF.h	2007-11-22 02:46:59 UTC (rev 8405)
@@ -22,6 +22,8 @@
 
 /* $Id$*/
 
+#ifndef ConvertUTF_INCLUDED
+#define ConvertUTF_INCLUDED
 
 /* ---------------------------------------------------------------------
 
@@ -150,3 +152,5 @@
 #endif
 
 /* --------------------------------------------------------------------- */
+
+#endif /* ConvertUTF_INCLUDED */

Modified: trunk/gs/src/expat.mak
===================================================================
--- trunk/gs/src/expat.mak	2007-11-22 01:03:46 UTC (rev 8404)
+++ trunk/gs/src/expat.mak	2007-11-22 02:46:59 UTC (rev 8405)
@@ -10,7 +10,7 @@
 #  or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
 #  San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
 #
-# $Id: $
+# $Id$
 # makefile for expat, the XML stream parsig library
 #
 # Users of this makefile must define the following:


Property changes on: trunk/gs/src/expat.mak
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gs/toolbin/tests/check_source.py
===================================================================
--- trunk/gs/toolbin/tests/check_source.py	2007-11-22 01:03:46 UTC (rev 8404)
+++ trunk/gs/toolbin/tests/check_source.py	2007-11-22 02:46:59 UTC (rev 8405)
@@ -135,7 +135,8 @@
     'src/gxfilltr.h',
     'src/gxfillts.h',
     'src/gxsamplp.h',
-    'src/gdevpdfb.h'
+    'src/gdevpdfb.h',
+    'src/idicttpl.h'
     ]
 
 # Add the tests defined in this file to a suite.



More information about the gs-cvs mailing list