]> gcc.gnu.org Git - gcc.git/commit
cpplib.c (start_directive, [...]): New functions.
authorNeil Booth <neilb@earthling.net>
Wed, 15 Nov 2000 19:25:22 +0000 (19:25 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 15 Nov 2000 19:25:22 +0000 (19:25 +0000)
commitfe6c2db99ac5011f3b3fc22ee86e0502538bb7e9
treec0d3e0b141751cde227115dc9b911f8e8050ca84
parentcbc2c182d1de2ffc2f5f15db9b96fd0c3dafe815
cpplib.c (start_directive, [...]): New functions.

        * cpplib.c (start_directive, end_directive): New functions.
        (_cpp_handle_directive, run_directive): Use them.
        (_cpp_handle_directive): Don't -Wtraditional on indented
        null directives.
        (_cpp_push_buffer): Don't re-clear was_skipping.
        * cpplib.h (struct cpp_reader): New member la_saved.
        * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
        directives.

From-SVN: r37487
gcc/ChangeLog
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmacro.c
This page took 0.056052 seconds and 5 git commands to generate.