summaryrefslogtreecommitdiff
path: root/README.QUICK
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-03-10 19:04:46 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-03-10 19:04:46 +0300
commitd9f5b1eb63d7967a37641ca06a66919fb553ac38 (patch)
tree1d1efb6476972d4a2f3af9371bcab4740725fe45 /README.QUICK
parentd471b30fb9d688352ca23a565fc1efc6e6c35f38 (diff)
downloadbdwgc-d9f5b1eb63d7967a37641ca06a66919fb553ac38.tar.gz
Remove notes that K&R C compiler is unsupported
* README.QUICK: Remove a note that ANSI C compiler is required/assumed (not a K&R C compiler). * doc/README.cords: Likewise. * doc/README.macros (GC_GCJ_SUPPORT): Likewise. * include/gc_backptr.h: Likewise. * pcr_interface.c [PCR]: Likewise. * tools/if_not_there.c: Likewise.
Diffstat (limited to 'README.QUICK')
-rw-r--r--README.QUICK5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.QUICK b/README.QUICK
index 26ddcf9b..f30f1166 100644
--- a/README.QUICK
+++ b/README.QUICK
@@ -48,9 +48,8 @@ as described in doc/README.macros, or possibly use
--enable-threads=posix when running the configure script.
If you wish to use the cord (structured string) library with the stand-alone
-Makefile.direct, type "make -f Makefile.direct cords".
-(This requires an ANSI C compiler. You may
-need to redefine CC in the Makefile. The CORD_printf implementation in
+Makefile.direct, type "make -f Makefile.direct cords". (You may need to
+override CC specified in the Makefile. The CORD_printf implementation in
cordprnt.c is known to be less than perfectly portable. The rest of the
package should still work.) See include/cord.h for the API.