help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building Emacs 21.3 with X in MacOS X


From: Andrew Choi
Subject: Re: Building Emacs 21.3 with X in MacOS X
Date: Tue, 18 Feb 2003 16:01:07 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Pete Oster <poster@inter.net> writes:

> [...]

> See the Dec 21 2002 entry in  http://members.shaw.ca/akochoi-emacs/
> 
> --- src/unexmacosx.c.~1.3.~   Mon Dec  2 09:22:04 2002
> +++ src/unexmacosx.c  Sat Dec 21 21:44:48 2002
> @@ -638,7 +638,8 @@
>        else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
>              || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
>              || strncmp (sectp->sectname, "__dyld", 16) == 0
> -            || strncmp (sectp->sectname, "__const", 16) == 0)
> +            || strncmp (sectp->sectname, "__const", 16) == 0
> +            || strncmp (sectp->sectname, "__cfstring", 16) == 0)
>       {
>         if (!unexec_copy (sectp->offset, old_file_offset, sectp->size))
>           unexec_error ("cannot copy section %s", sectp->sectname);
> 
> For whatever reason, this change is not (yet?) in the cvs tree.

Because I forgot.  It's checked in to the CVS now.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]