gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring "inline" keyword.
authorJakub Jelinek <jakub@redhat.com>
Sat, 5 May 2001 12:29:39 +0000 (14:29 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 5 May 2001 12:29:39 +0000 (14:29 +0200)
commit2a9071bb2f453b5d36ea3149c36ac27df57629fd
tree3335fa9b40dbe8a0b349b3013c77a50ea592bfb1
parentf277b5e03b84f165522aadcaf16a7cfddecfc087
gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring "inline" keyword.

* gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring
"inline" keyword.
* cpp.texi (__NO_INLINE): Document it.

From-SVN: r41866
gcc/ChangeLog
gcc/cpp.texi
gcc/gcc.c