diff options
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 3d2cac7..e58a2e7 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -532,7 +532,7 @@ extern int cpp_handle_option PARAMS ((cpp_reader *, int, char **)); too. If there was an error opening the file, it returns NULL. If you want cpplib to manage its own hashtable, pass in a NULL - pointer. Otherise you should pass in an initialised hash table + pointer. Otherise you should pass in an initialized hash table that cpplib will share; this technique is used by the C front ends. */ extern const char *cpp_read_main_file PARAMS ((cpp_reader *, const char *, |