2009-11-06 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Fri, 6 Nov 2009 12:07:59 +0000 (12:07 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:52 +0000 (21:06 +0400)
* backgraph.c: Remove apostrophe char from "#error".

ChangeLog
backgraph.c

index c9160ba..5d638f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-11-06  Ivan Maidanski <ivmai@mail.ru>
 
+       * backgraph.c: Remove apostrophe char from "#error".
+
+2009-11-06  Ivan Maidanski <ivmai@mail.ru>
+
        * doc/README.macros (GC_DISABLE_INCREMENTAL): Document.
        * include/private/gcconfig.h (GC_DISABLE_INCREMENTAL): Recognize
        new macro; implicitly define it if SMALL_CONFIG.
index 84806ba..a432757 100644 (file)
@@ -33,7 +33,7 @@
 /* #include <unistd.h> */
 
 #if !defined(DBG_HDRS_ALL) || (ALIGNMENT != CPP_WORDSZ/8) /* || !defined(UNIX_LIKE) */
-# error Configuration doesn't support MAKE_BACK_GRAPH
+# error The configuration does not support MAKE_BACK_GRAPH
 #endif
 
 /* We store single back pointers directly in the object's oh_bg_ptr field. */