]> granicus.if.org Git - python/commit
Remove AC_C_INLINE test from configure.in, since the only place the symbol
authorFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 20:22:59 +0000 (20:22 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 20:22:59 +0000 (20:22 +0000)
commit8a41d20b05600244e344bdacddcb191625062861
treebd22da996eb92909d7ac2b02f685f3bc3506d30f
parentb046b763221559c8de0c781fcbd29f54e19e600a
Remove AC_C_INLINE test from configure.in, since the only place the symbol
occurs in the Python sources appears to be as text in comments.  We do not
want to interfere with C++ keywords!

This closes bug #119851.
config.h.in
configure.in