diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-17 14:46:34 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-17 14:46:34 +0000 |
commit | fb688dd21730f15d4e3dc921892e389788e0ffc1 (patch) | |
tree | 603a86ad54e6ce0230d8b8d72b36f4ed2e0def07 /gcc/cpperror.c | |
parent | b3962449c1f195379197777f3c5a68a62873ee74 (diff) | |
download | gcc-fb688dd21730f15d4e3dc921892e389788e0ffc1.tar.gz |
* cppmain.c (check_multiline_token): New function.
(scan_buffer): Use it.
(cb_change_file): Restructure to avoid warning.
* cpperror.c (print_location): Initialize col.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r-- | gcc/cpperror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 6a48a2a7c97..cfd4ce540f6 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -86,7 +86,7 @@ print_location (pfile, filename, pos) fprintf (stderr, "%s: ", progname); else { - unsigned int line, col; + unsigned int line, col = 0; enum cpp_buffer_type type = buffer->type; /* For _Pragma buffers, we want to print the location as |