diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-09-21 17:02:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-09-21 17:02:41 (GMT) |
commit | bd7d67f66c53df36bb50e3423bfc91eae8618201 (patch) | |
tree | 343b06f7a9f2decdfa8d3e4aae885be3e909aa14 /ast/ast_cpp.in | |
parent | f2f490ba0f98917b590fd7e538b9514e4119e640 (diff) | |
download | blt-bd7d67f66c53df36bb50e3423bfc91eae8618201.zip blt-bd7d67f66c53df36bb50e3423bfc91eae8618201.tar.gz blt-bd7d67f66c53df36bb50e3423bfc91eae8618201.tar.bz2 |
update ast
Diffstat (limited to 'ast/ast_cpp.in')
-rw-r--r-- | ast/ast_cpp.in | 11 |
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 |