aboutsummaryrefslogtreecommitdiff
path: root/gcc/line-map.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-19 21:04:38 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-19 21:04:38 +0000
commit59e4e217ae04230110961dfa6e0d7905189e7edc (patch)
tree65a1b182fb86bfce6ef7b7223a461de628f18346 /gcc/line-map.h
parent1ee93c1b047f574e69996666ff3f740ac56705e4 (diff)
downloadgcc-59e4e217ae04230110961dfa6e0d7905189e7edc.zip
gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.tar.gz
gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.tar.bz2
c-common.c: Fix comment formatting.
* c-common.c: Fix comment formatting. * c-common.h: Likewise. * c-decl.c: Likewise. * cppinit.c: Likewise. * cpplib.h: Likewise. * emit-rtl.c: Likewise. * input.h: Likewise. * line-map.h: Likewise. * opts.c: Likewise. * opts.h: Likewise. * simplify-rtx.c: Likewise. From-SVN: r70577
Diffstat (limited to 'gcc/line-map.h')
-rw-r--r--gcc/line-map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/line-map.h b/gcc/line-map.h
index 983ba69..b53f5e0 100644
--- a/gcc/line-map.h
+++ b/gcc/line-map.h
@@ -30,9 +30,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(e.g. a #line directive in C). */
enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME};
-/* A logical line number, i,e, an "index" into a line_map. */
+/* A logical line number, i,e, an "index" into a line_map. */
/* Long-term, we want to use this to replace struct location_s (in input.h),
- and effectively typedef fileline location_t. */
+ and effectively typedef fileline location_t. */
typedef unsigned int fileline;
/* The logical line FROM_LINE maps to physical source file TO_FILE at