bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif


From: Lawrence Mitchell
Subject: bug#6108: 24.0.50; src/m/sparc.h has a spurious #endif
Date: Wed, 05 May 2010 15:15:45 +0100

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]