/[emacs]/emacs/src/mac.c
ViewVC logotype

Diff of /emacs/src/mac.c

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

revision 1.15 by lektu, Tue Feb 4 14:03:12 2003 UTC revision 1.16 by tamm, Tue Apr 8 16:11:37 2003 UTC
# Line 2931  init_mac_osx_environment () Line 2931  init_mac_osx_environment ()
2931        q[0] = '\0';        q[0] = '\0';
2932    
2933        strcpy (p, app_bundle_pathname);        strcpy (p, app_bundle_pathname);
2934        strcat (p, "/Contents/MacOS/bin");        strcat (p, "/Contents/MacOS/libexec");
2935        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
2936          strcat (q, p);          strcat (q, p);
2937    
2938        strcpy (p, app_bundle_pathname);        strcpy (p, app_bundle_pathname);
2939        strcat (p, "/Contents/MacOS/libexec");        strcat (p, "/Contents/MacOS/bin");
2940        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
2941          {          {
2942            if (q[0] != '\0')            if (q[0] != '\0')

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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