diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 22:16:23 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 22:16:23 +0000 |
commit | a0c938f0e74166de102281ac2f445e4be5ff257e (patch) | |
tree | 3ae25fdc8c96c858e654f50a244ec03375560ecb /gcc/c-pragma.h | |
parent | 522701efa4a0cef216eb7930c6759babfdd7068b (diff) | |
download | gcc-a0c938f0e74166de102281ac2f445e4be5ff257e.tar.gz |
Whitespace fixups
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 6ebb08b685c..a38d95aecec 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -99,7 +99,7 @@ extern enum cpp_ttype pragma_lex (tree *); having enum cpp_ttype declared. */ extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *); -/* If 1, then lex strings into the execution character set. +/* If 1, then lex strings into the execution character set. If 0, lex strings into the host character set. If -1, lex both, and chain them together, such that the former is the TREE_CHAIN of the latter. */ |