diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
commit | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch) | |
tree | 708772d83a8355e25155cf233d5a9e38f8ad4d96 /src/common/ipp.c | |
parent | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff) | |
download | icon-upstream.tar.gz |
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'src/common/ipp.c')
-rw-r--r-- | src/common/ipp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/ipp.c b/src/common/ipp.c index 8913ee5..36a0990 100644 --- a/src/common/ipp.c +++ b/src/common/ipp.c @@ -18,7 +18,7 @@ * ppinit(fname,inclpath,m4flag) -- open input file * ppdef(s,v) -- "$define s v", or "$undef s" if v is a null pointer * ppch() -- return next preprocessed character - * ppecho() -- preprocess to stdout (for icont/iconc -E) + * ppecho() -- preprocess to stdout (for icont -E) * * See ../h/features.h for the set of predefined symbols. */ @@ -115,7 +115,7 @@ static char *lpath; /* LPATH for finding source files */ static int ifdepth; /* depth of $if nesting */ -extern int tfatals, nocode; /* provided by icont, iconc */ +extern int tfatals, nocode; /* provided by icont */ /* * ppinit(fname, inclpath, m4) -- initialize preprocessor to read from fname. |