# HG changeset patch # User Aidan Kehoe # Date 1293991505 0 # Node ID 1dbc93b7ba1901154b335c5d993940e7975622f5 # Parent 7ea8373997344348749ca8d95359010a67b75914 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 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);