summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/if_not_there.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/if_not_there.c b/tools/if_not_there.c
index 68946d23..190a5821 100644
--- a/tools/if_not_there.c
+++ b/tools/if_not_there.c
@@ -1,5 +1,4 @@
/* Conditionally execute a command based if the file argv[1] doesn't exist */
-/* Except for execvp, we stick to ANSI C. */
# include "private/gc_priv.h"
# include <stdio.h>