summaryrefslogtreecommitdiffstats
path: root/ast/ast_cpp.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:06:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:06:17 (GMT)
commitd64cf9c0bd23e752867b149be636d1bbd4501cf4 (patch)
treeec600c696fe3dbf15f166d22a95c47a1c0867509 /ast/ast_cpp.in
parent62d555c8f989ab6eb026387cbf52bb46ebb2dfea (diff)
downloadblt-d64cf9c0bd23e752867b149be636d1bbd4501cf4.zip
blt-d64cf9c0bd23e752867b149be636d1bbd4501cf4.tar.gz
blt-d64cf9c0bd23e752867b149be636d1bbd4501cf4.tar.bz2
update ast 8.6.2
Diffstat (limited to 'ast/ast_cpp.in')
-rw-r--r--ast/ast_cpp.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/ast/ast_cpp.in b/ast/ast_cpp.in
deleted file mode 100644
index c4fb206..0000000
--- a/ast/ast_cpp.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-# Replacement for the C pre-processor command "cpp" which is not
-# always available. This uses the compiler command "cc" to do the same
-# thing. Also, this reads from standard input (which "cc" won't do).
-#
-# The name of the CPP processor is substituted in by the ./configure script,
-# based on the result of the AC_PROG_CPP test.
-
-cat >/tmp/ast_cpp_$$.c
-@CPP@ /tmp/ast_cpp_$$.c
-rm -f /tmp/ast_cpp_$$.c