* bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif
@ 2010-05-05 14:15 Lawrence Mitchell
[not found] ` <handler.6108.B.127307104820785.ack@debbugs.gnu.org>
0 siblings, 1 reply; 3+ messages in thread
From: Lawrence Mitchell @ 2010-05-05 14:15 UTC (permalink / raw)
To: 6108
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@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#6108: Acknowledgement (24.0.50; src/m/sparc.h has a spurious #endif)
[not found] ` <handler.6108.B.127307104820785.ack@debbugs.gnu.org>
@ 2010-05-05 14:59 ` Lawrence Mitchell
2010-05-05 20:43 ` bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Lawrence Mitchell @ 2010-05-05 14:59 UTC (permalink / raw)
To: 6108
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@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 6108@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif
2010-05-05 14:59 ` bug#6108: Acknowledgement (24.0.50; src/m/sparc.h has a spurious #endif) Lawrence Mitchell
@ 2010-05-05 20:43 ` Glenn Morris
0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2010-05-05 20:43 UTC (permalink / raw)
To: 6108-done
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-05 20:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 14:15 bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif Lawrence Mitchell
[not found] ` <handler.6108.B.127307104820785.ack@debbugs.gnu.org>
2010-05-05 14:59 ` bug#6108: Acknowledgement (24.0.50; src/m/sparc.h has a spurious #endif) Lawrence Mitchell
2010-05-05 20:43 ` bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).