Index: emacs/src/unexmacosx.c diff -c emacs/src/unexmacosx.c:1.12 emacs/src/unexmacosx.c:1.13 *** emacs/src/unexmacosx.c:1.12 Mon May 16 15:16:40 2005 --- emacs/src/unexmacosx.c Thu Jun 9 03:37:20 2005 *************** *** 695,700 **** --- 695,701 ---- } else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0 || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0 + || strncmp (sectp->sectname, "__la_sym_ptr2", 16) == 0 || strncmp (sectp->sectname, "__dyld", 16) == 0 || strncmp (sectp->sectname, "__const", 16) == 0 || strncmp (sectp->sectname, "__cfstring", 16) == 0)
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs