diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 21:04:38 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 21:04:38 +0000 |
commit | 7981458e52a142ac30c3373030e2b022849c2bce (patch) | |
tree | 65a1b182fb86bfce6ef7b7223a461de628f18346 /gcc/line-map.h | |
parent | 7ad3dd5ca5e28c184b3c05258fb506539375bd55 (diff) | |
download | gcc-7981458e52a142ac30c3373030e2b022849c2bce.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/line-map.h')
-rw-r--r-- | gcc/line-map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/line-map.h b/gcc/line-map.h index 983ba699e13..b53f5e06be6 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 |