system.h (const, inline): Move the stage2 handling of these keywords-as-macros from...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 7 Mar 1999 05:21:41 +0000 (05:21 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 7 Mar 1999 05:21:41 +0000 (05:21 +0000)
commit366453bf4b050c61e1f3fc3a663264466dcb251d
treeefe3d1eb875964faf4d81b429208086fe8886d6d
parentb26caacda9dc52ede6cfc5ceb70419a6e4d9c905
system.h (const, inline): Move the stage2 handling of these keywords-as-macros from here...

        * system.h (const, inline): Move the stage2 handling of these
        keywords-as-macros from here...
        * gansidecl.h (const, inline): ...to here.
(This became necessary after using `const' in config directory headers,
which get included before system.h does.  If we're going to reset these
keywords, we must do so before absolutely any other header file.)

From-SVN: r25626
gcc/ChangeLog
gcc/gansidecl.h
gcc/system.h