aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-24 15:28:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-24 15:28:26 +0000
commit883d533744fe49f24d7a93d9c886137de8f13864 (patch)
tree6b9f8708f31aec5ff812d76c9f235cef353c4712 /src
parentec868b8cc04f85df930266113319e5cdb51d3bb2 (diff)
downloadcflow-883d533744fe49f24d7a93d9c886137de8f13864.tar.gz
cflow-883d533744fe49f24d7a93d9c886137de8f13864.tar.bz2
(CFLOW_PREPROC): Changed default preprocessor to /usr/bin/cpp.
Diffstat (limited to 'src')
-rw-r--r--src/cflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cflow.h b/src/cflow.h
index 3ee6f83..e017794 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -110,7 +110,7 @@ struct symbol {
#define PRINT_TREE 0x02
#ifndef CFLOW_PREPROC
-# define CFLOW_PREPROC "cc -E"
+# define CFLOW_PREPROC "/usr/bin/cpp"
#endif
#define MAX_OUTPUT_DRIVERS 8

Return to:

Send suggestions and report system problems to the System administrator.