aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-19 00:57:09 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-19 00:57:09 +0000
commit1cdc534a653e3e37cd6ce406a229df1c2b1331e7 (patch)
tree832d3b7e846f45520fdafdf97111501d4d61b4ec
parent9cf5256b93f2446365eb3d5f7055e3732b1008e2 (diff)
downloadswig-1cdc534a653e3e37cd6ce406a229df1c2b1331e7.tar.gz
dont replicate the -nopreprocess command if it is given when using swig as compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--CCache/ccache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/CCache/ccache.c b/CCache/ccache.c
index 0c3c15a0f..2dec72254 100644
--- a/CCache/ccache.c
+++ b/CCache/ccache.c
@@ -887,7 +887,6 @@ static void process_args(int argc, char **argv)
/* the input file is already preprocessed */
if (swig && strcmp(argv[i], "-nopreprocess") == 0) {
- args_add(stripped_args, argv[i]);
direct_i_file = 1;
continue;
}