GNU bug report logs - #28730
[PATCH] Remove duplicated call to DEFSYM from the same routine.

Previous Next

Package: emacs;

Reported by: Piotr Trojanek <piotr.trojanek <at> gmail.com>

Date: Sat, 7 Oct 2017 14:03:02 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28730 in the body.
You can then email your comments to 28730 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#28730; Package emacs. (Sat, 07 Oct 2017 14:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Piotr Trojanek <piotr.trojanek <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 07 Oct 2017 14:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Piotr Trojanek <piotr.trojanek <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: Piotr Trojanek <piotr.trojanek <at> gmail.com>
Subject: [PATCH] Remove duplicated call to DEFSYM from the same routine.
Date: Sat,  7 Oct 2017 15:39:06 +0200
* src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.

Copyright-paperwork-exempt: yes.
---
 src/gnutls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index d7a1399f10..b55d1b9289 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -2472,7 +2472,6 @@ syms_of_gnutls (void)
   DEFSYM (QCcipher_blocksize, ":cipher-blocksize");
   DEFSYM (QCcipher_keysize, ":cipher-keysize");
   DEFSYM (QCcipher_tagsize, ":cipher-tagsize");
-  DEFSYM (QCcipher_keysize, ":cipher-keysize");
   DEFSYM (QCcipher_ivsize, ":cipher-ivsize");
 
   DEFSYM (QCmac_algorithm_id, ":mac-algorithm-id");
-- 
2.11.0





Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 07 Oct 2017 14:56:01 GMT) Full text and rfc822 format available.

Notification sent to Piotr Trojanek <piotr.trojanek <at> gmail.com>:
bug acknowledged by developer. (Sat, 07 Oct 2017 14:56:02 GMT) Full text and rfc822 format available.

Message #10 received at 28730-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Piotr Trojanek <piotr.trojanek <at> gmail.com>
Cc: 28730-done <at> debbugs.gnu.org
Subject: Re: bug#28730: [PATCH] Remove duplicated call to DEFSYM from the same
 routine.
Date: Sat, 07 Oct 2017 17:55:34 +0300
> From: Piotr Trojanek <piotr.trojanek <at> gmail.com>
> Date: Sat,  7 Oct 2017 15:39:06 +0200
> Cc: Piotr Trojanek <piotr.trojanek <at> gmail.com>
> 
> * src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.

Thanks, pushed to the release branch.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 05 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.