projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b2444a
)
Remove improper white-space.
author
Per Bothner
<bothner@gcc.gnu.org>
Mon, 11 Aug 2003 01:44:50 +0000
(18:44 -0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Mon, 11 Aug 2003 01:44:50 +0000
(18:44 -0700)
From-SVN: r70313
gcc/cppinit.c
patch
|
blob
|
history
diff --git
a/gcc/cppinit.c
b/gcc/cppinit.c
index 07abea8642071a4aefb989f930b59d8949c11faa..fac160ce286a9a2335700643c5b46f5f2c1ef879 100644
(file)
--- a/
gcc/cppinit.c
+++ b/
gcc/cppinit.c
@@
-463,7
+463,7
@@
cpp_read_main_file (cpp_reader *pfile, const char *fname)
deps_add_default_target (pfile->deps, fname);
}
- if (!
_cpp_stack_file (pfile, fname))
+ if (!_cpp_stack_file (pfile, fname))
return NULL;
/* Set this here so the client can change the option if it wishes,