/[classpath]/classpath/native/jni/classpath/jcl.h
ViewVC logotype

Diff of /classpath/native/jni/classpath/jcl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.3 by gnu_andrew, Sun Aug 7 18:34:12 2005 UTC revision 1.9.2.4 by rsdio, Tue Dec 6 06:34:11 2005 UTC
# Line 76  JNIEXPORT void * JNICALL JCL_GetRawData Line 76  JNIEXPORT void * JNICALL JCL_GetRawData
76  #define DBG(x)  #define DBG(x)
77  #endif  #endif
78    
79    /* Some O/S's don't declare 'environ' */
80    #if HAVE_CRT_EXTERNS_H
81    /* Darwin does not have a variable named environ
82       but has a function which you can get the environ
83       variable with.  */
84    #include <crt_externs.h>
85    #define environ (*_NSGetEnviron())
86    #else
87    extern char **environ;
88    #endif /* HAVE_CRT_EXTERNS_H */
89    
90  #endif  #endif

Legend:
Removed from v.1.9.2.3  
changed lines
  Added in v.1.9.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26