Mercurial > hg > xemacs-beta
changeset 3524:0a57cc6116d1
[xemacs-hg @ 2006-07-21 16:36:50 by stephent]
Xemacs -> XEmacs in etags.c. <87irlqor0u.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 21 Jul 2006 16:36:51 +0000 |
parents | 39938c4a27f2 |
children | aae6b3f99309 |
files | lib-src/ChangeLog lib-src/etags.c |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu Jul 20 21:51:09 2006 +0000 +++ b/lib-src/ChangeLog Fri Jul 21 16:36:51 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-21 Stephen J. Turnbull <stephen@xemacs.org> + + * etags.c: XEmacs -> Xemacs. + 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> * etags.c: Sync to pot_etags_version 17.19.
--- a/lib-src/etags.c Thu Jul 20 21:51:09 2006 +0000 +++ b/lib-src/etags.c Fri Jul 21 16:36:51 2006 +0000 @@ -59,10 +59,10 @@ /* On some systems, Emacs defines static as nothing for the sake of unexec. We don't want that here since we don't use unexec. */ # undef static -# ifndef PTR /* for Xemacs */ +# ifndef PTR /* for XEmacs */ # define PTR void * # endif -# ifndef __P /* for Xemacs */ +# ifndef __P /* for XEmacs */ # define __P(args) args # endif #else /* no config.h */ @@ -80,7 +80,7 @@ # define _GNU_SOURCE 1 /* enables some compiler checks on GNU */ #endif -/* WIN32_NATIVE is for Xemacs. +/* WIN32_NATIVE is for XEmacs. MSDOS, WINDOWSNT, DOS_NT are for Emacs. */ #ifdef WIN32_NATIVE # undef MSDOS