]> granicus.if.org Git - fribidi/commitdiff
Make sure we err if stringize is not available.
authorbehdad <behdad>
Thu, 5 Apr 2007 16:14:14 +0000 (16:14 +0000)
committerbehdad <behdad>
Thu, 5 Apr 2007 16:14:14 +0000 (16:14 +0000)
lib/common.h

index 98023489c0e37e7c4938e5f6a8c53df6e46d3a55..3cd6b514c5366382bd3e7e174f8fa20402672809 100644 (file)
@@ -1,10 +1,10 @@
 /* FriBidi
  * common.h - common include for library sources
  *
- * $Id: common.h,v 1.18 2007-04-05 16:13:24 behdad Exp $
+ * $Id: common.h,v 1.19 2007-04-05 16:14:14 behdad Exp $
  * $Author: behdad $
- * $Date: 2007-04-05 16:13:24 $
- * $Revision: 1.18 $
+ * $Date: 2007-04-05 16:14:14 $
+ * $Revision: 1.19 $
  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/lib/common.h,v $
  *
  * Author:
 #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. */