diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-16 14:20:10 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-16 14:20:10 +0000 |
commit | 7c2df24185b45306f38028ceb8bb87f28db72885 (patch) | |
tree | f080baaa17606be7e336f8de2af6b6c9acf31a1e /gcc/c-ppoutput.c | |
parent | 11cb6006c38a0ffde76935c424346b5d2bf15f2d (diff) | |
download | gcc-7c2df24185b45306f38028ceb8bb87f28db72885.tar.gz |
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
line-map.c, line-map.h, var-tracking.c: Fix comment
formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-ppoutput.c')
-rw-r--r-- | gcc/c-ppoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-ppoutput.c b/gcc/c-ppoutput.c index 2d32445d4fe..1dba766b42a 100644 --- a/gcc/c-ppoutput.c +++ b/gcc/c-ppoutput.c @@ -346,7 +346,7 @@ pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir) unsigned char *to_file_quoted = alloca (to_file_len * 4 + 1); unsigned char *p; - /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */ + /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */ p = cpp_quote_string (to_file_quoted, (unsigned char *) dir, to_file_len); *p = '\0'; fprintf (print.outf, "# 1 \"%s//\"\n", to_file_quoted); |