Ticket #5053: parsers.cpp.patch

File parsers.cpp.patch, 507 bytes (added by Alejandro <alejandro.isaza@…>, 12 years ago)

Patch

  • parsers.cpp

     
    4545// See: http://article.gmane.org/gmane.comp.lib.boost.devel/103843
    4646// See: http://lists.gnu.org/archive/html/bug-guile/2004-01/msg00013.html
    4747#if defined(__APPLE__) && defined(__DYNAMIC__)
    48 #include <crt_externs.h>
     48extern "C" { extern char ***_NSGetEnviron(void); }
    4949#define environ (*_NSGetEnviron())
    5050#else
    5151#if defined(__MWERKS__)