This sync undoes this change:
2002-07-14 Adrian Aichner <adrian(a)xemacs.org>
* etags.c: It's XEmacs, not Xemacs.
which has been preserved in subsequent syncs. I've asked Francesco
before to make that change in his sources, but it doesn't appear to be a
major issue for him. :-)
"Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
@@ -59,12 +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
-# define ETAGS_REGEXPS /* use the regexp features */
-# define LONG_OPTIONS /* accept long options */
-# 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 */
etc. Regards,
--
Jerry James, Assistant Professor james(a)xemacs.org
Computer Science Department
http://www.cs.usu.edu/~jerry/
Utah State University