aboutsummaryrefslogtreecommitdiff
path: root/gcc/mbchar.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-08-12 23:40:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-08-12 23:40:53 +0000
commitdc297297ea56b13efad4bcddab5359fae7d819c1 (patch)
treef8425171fd5a2b92510be46813648f3e6a1d9f61 /gcc/mbchar.c
parentf0d1c3bd39e6379bf2c1b53071c62baeabeb2174 (diff)
downloadgcc-dc297297ea56b13efad4bcddab5359fae7d819c1.zip
gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.gz
gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.bz2
gcc.c: Fix comment formatting.
* gcc.c: Fix comment formatting. * gccspec.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genemit.c: Likewise. * gengenrtl.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-page.c: Likewise. * global.c: Likewise. * graph.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * lcm.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * mbchar.c: Likewise. * optabs.c: Likewise. * predict.c: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. From-SVN: r44837
Diffstat (limited to 'gcc/mbchar.c')
-rw-r--r--gcc/mbchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mbchar.c b/gcc/mbchar.c
index f5f7bec..5842298 100644
--- a/gcc/mbchar.c
+++ b/gcc/mbchar.c
@@ -184,7 +184,7 @@ local_mbtowc (pwc, s, n)
if (s == NULL)
{
save_state = ASCII;
- /* State-dependent. */
+ /* State-dependent. */
return 1;
}
@@ -283,7 +283,7 @@ local_mbtowc (pwc, s, n)
return 1;
#else
- /* This must be the "C" locale or unknown locale. */
+ /* This must be the "C" locale or unknown locale. */
return mbtowc (pwc, s, n);
#endif
}