Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivmai <ivmai>2009-11-06 15:07:59 +0300
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:52 +0400
commitb01e736701a8ac498919b255917ed9c8ad302118 (patch)
treef8713ba2c1fbf240b498af6329e357d4fe5af91f /backgraph.c
parente3c08de89fa4bacea31f82bbeba17592c6a14b2f (diff)
2009-11-06 Ivan Maidanski <ivmai@mail.ru>
* backgraph.c: Remove apostrophe char from "#error".
Diffstat (limited to 'backgraph.c')
-rw-r--r--backgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backgraph.c b/backgraph.c
index 84806ba3..a432757a 100644
--- a/backgraph.c
+++ b/backgraph.c
@@ -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. */