[FriBidi-commit] fribidi2/lib common.h,1.18,1.19

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Apr 5 09:14:16 PDT 2007


Update of /cvs/fribidi/fribidi2/lib
In directory kemper:/tmp/cvs-serv4048a/lib

Modified Files:
	common.h 
Log Message:
Make sure we err if stringize is not available.


Index: common.h
===================================================================
RCS file: /cvs/fribidi/fribidi2/lib/common.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- common.h	5 Apr 2007 16:13:24 -0000	1.18
+++ common.h	5 Apr 2007 16:14:14 -0000	1.19
@@ -168,7 +168,7 @@
 #if HAVE_STRINGIZE+0
 # define STRINGIZE(symbol) #symbol
 #else /* !HAVE_STRINGIZE */
-# define STRINGIZE(symbol) "(no stringize operator available)"
+# define STRINGIZE(symbol) (no stringize operator available)
 #endif /* !HAVE_STRINGIZE */
 
 /* As per recommendation of GNU Coding Standards. */



More information about the fribidi-commit mailing list