diff options
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 6a48a2a..cfd4ce5 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 |