changeset: 5332:1dbc93b7ba19
tag: tip
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Sun Jan 02 18:05:05 2011 +0000
files: src/ChangeLog src/fns.c
description:
Let's try that last commit again; remove some more duplicate declarations.
src/ChangeLog addition:
(syms_of_fns): Remove a couple more duplicate symbol declarations.
diff -r 7ea837399734 -r 1dbc93b7ba19 src/ChangeLog
--- a/src/ChangeLog Sun Jan 02 17:37:17 2011 +0000
+++ b/src/ChangeLog Sun Jan 02 18:05:05 2011 +0000
@@ -5,6 +5,7 @@
this file; don't assume that bignums are always available. Fixes
some of the build problems the buildbot is showing me at the
moment.
+ (syms_of_fns): Remove a couple more duplicate symbol declarations.
2011-01-01 Aidan Kehoe <kehoea(a)parhasard.net>
diff -r 7ea837399734 -r 1dbc93b7ba19 src/fns.c
--- a/src/fns.c Sun Jan 02 17:37:17 2011 +0000
+++ b/src/fns.c Sun Jan 02 18:05:05 2011 +0000
@@ -63,7 +63,7 @@
Lisp_Object Q_test_not, Q_count, Qnsubstitute, Qdelete_duplicates, Qmismatch;
Lisp_Object Qintersection, Qset_difference, Qnset_difference;
-Lisp_Object Qnunion, Qnintersection, Qsubsetp, Qnset_difference;
+Lisp_Object Qnunion, Qnintersection, Qsubsetp;
Lisp_Object Qbase64_conversion_error;
@@ -11730,8 +11730,6 @@
DEFSYMBOL (Qset_difference);
DEFSYMBOL (Qnset_difference);
DEFSYMBOL (Qnunion);
- DEFSYMBOL (Qset_difference);
- DEFSYMBOL (Qnset_difference);
DEFKEYWORD (Q_from_end);
DEFKEYWORD (Q_initial_value);
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches