diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
commit | 5c120a725520c03a71acee6adb19daf9dba4d0aa (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cpplib.h | |
parent | 9cf6679e085217d7889ecb74decc28b6c05dcc61 (diff) | |
download | ppe42-gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.tar.gz ppe42-gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.zip |
* cppfiles.c: Clarify comments.
* cpphash.h: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* mkdeps.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 7e9c5d5510c..aad2841ac62 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -371,7 +371,7 @@ struct cpp_options unsigned char stdc_0_in_system_headers; }; -/* Call backs. */ +/* Call backs to cpplib client. */ struct cpp_callbacks { /* Called when a new line of preprocessed output is started. */ |