changeset 5332:1dbc93b7ba19

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.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 18:05:05 +0000
parents 7ea837399734
children aa2705c83c24 89331fa1c819
files src/ChangeLog src/fns.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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@parhasard.net>
 
--- 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);