diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-16 14:20:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-16 14:20:10 +0000 |
commit | 9ac974606795ef764ada5241981be2c899dc5586 (patch) | |
tree | f080baaa17606be7e336f8de2af6b6c9acf31a1e /gcc/cpphash.h | |
parent | 875427f0e6654e436c6a153d5435764a39dc5bbf (diff) | |
download | gcc-9ac974606795ef764ada5241981be2c899dc5586.zip gcc-9ac974606795ef764ada5241981be2c899dc5586.tar.gz gcc-9ac974606795ef764ada5241981be2c899dc5586.tar.bz2 |
c-decl.c, [...]: Fix comment formatting.
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
line-map.c, line-map.h, var-tracking.c: Fix comment
formatting.
From-SVN: r77888
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 5c14a64..693d2ba 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -315,7 +315,7 @@ struct cpp_buffer unsigned char search_cached; /* One for a system header, two for a C system header file that therefore - needs to be extern "C" protected in C++, and zero otherwise. */ + needs to be extern "C" protected in C++, and zero otherwise. */ unsigned char sysp; /* The directory of the this buffer's file. Its NAME member is not |