diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-10 11:33:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-10 11:33:39 +0000 |
commit | 6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 (patch) | |
tree | 1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/protoize.c | |
parent | 3717a9799293e47e4bbc18f7cda76b88e886e22e (diff) | |
download | gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.zip gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.gz gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.bz2 |
calls.c: Fix formatting.
* calls.c: Fix formatting.
* c-decl.c: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* ggc-page.c: Likewise.
* integrate.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* sdbout.c: Likewise.
* stmt.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
From-SVN: r46145
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index de626f7..8ed53af 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -2538,7 +2538,7 @@ find_extern_def (head, user) code being converted contains its own definition of a function which could have been supplied by libc.a. In such cases, we should avoid issuing the normal warning, and defer to the definition given in the - user's own code. */ + user's own code. */ for (dd_p = head; dd_p; dd_p = dd_p->next_for_func) if (dd_p->is_func_def && !dd_p->is_static) @@ -3645,7 +3645,7 @@ add_global_decls (file_p, clean_text_p) /* Now write out full prototypes for all of the things that had been implicitly declared in this file (but only those for which we were actually able to find unique matching definitions). Avoid duplicates - by marking things that we write out as we go. */ + by marking things that we write out as we go. */ { int some_decls_added = 0; |