GNU bug report logs -
#6108
24.0.50; src/m/sparc.h has a spurious #endif
Previous Next
Reported by: Lawrence Mitchell <wence <at> gmx.li>
Date: Wed, 5 May 2010 14:51:01 UTC
Severity: normal
Found in version 24.0.50
Done: Glenn Morris <rgm <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 6108 in the body.
You can then email your comments to 6108 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#6108
; Package
emacs
.
(Wed, 05 May 2010 14:51:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lawrence Mitchell <wence <at> gmx.li>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 05 May 2010 14:51:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The most recent change to src/m/sparc.h missed the removal of an
#endif preprocessor statement.
Changelog entry and patch:
2010-05-05 Lawrence Mitchell <wence <at> gmx.li>
* m/sparc.h: Remove spurious #endif
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 2261163..dc9cf97 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -58,7 +58,6 @@ NOTE-END */
#define _LP64 /* Done on Alpha -- not sure if it
should be here. -- fx */
#endif
-#endif
/* arch-tag: 0a6f7882-33fd-4811-9832-7466c51e50f7
(do not change this comment) */
Cheers,
Lawrence
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#6108
; Package
emacs
.
(Wed, 05 May 2010 15:06:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 6108 <at> debbugs.gnu.org (full text, mbox):
GNU bug Tracking System wrote:
> Thank you for filing a new bug report with GNU.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> bug-gnu-emacs <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 6108 <at> debbugs.gnu.org.
So it turns out the patch is wrong. What I meant was:
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 2261163..23d3344 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -52,7 +52,6 @@ NOTE-END */
#ifdef __arch64__ /* GCC, 64-bit ABI. */
#define BITS_PER_LONG 64
-#endif
#ifndef _LP64
#define _LP64 /* Done on Alpha -- not sure if it
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Wed, 05 May 2010 20:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Lawrence Mitchell <wence <at> gmx.li>
:
bug acknowledged by developer.
(Wed, 05 May 2010 20:44:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 6108-done <at> debbugs.gnu.org (full text, mbox):
Thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 03 Jun 2010 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.