/[gcl]/gcl/h/powerpc-macosx.h
ViewVC logotype

Diff of /gcl/h/powerpc-macosx.h

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

revision 1.3 by rlbk, Sun Sep 7 17:30:40 2003 UTC revision 1.4 by camm, Fri Sep 19 16:43:37 2003 UTC
# Line 143  do {\ Line 143  do {\
143  #undef calloc  #undef calloc
144  #define calloc my_calloc  #define calloc my_calloc
145    
146    #define GET_FULL_PATH_SELF (a_) \
147    do { \
148    extern char **NXArgv; \
149    static char q [PATH_MAX]; \
150    if (!realpath (q,NXArgv[0])) \
151        error ("realpath error"); \
152    (a_) = q; \
153    } while (0)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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