Daniel Stutzbach <dan...@stutzbachenterprises.com> added the comment:

Attached is a patch.  

The diff to configure is just what autoconf produces as a result of the diff to 
configure.in.

With the patch, pyconfig.h will:
- do nothing if the compiler supports the "inline" keyword
- #define inline to __inline or __inline__ if that's the compiler supports
- #define inline to nothing if the compiler doesn't support inlining

The patch also updates pyport.h and _sre.c appropriately.

----------
keywords: +needs review, patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file17149/inline.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5553>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to