This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Comment out a label


Obvious one to prevent compiler warning.

Michal Ludvig
--
* SuSE CR, s.r.o     * mludvig@suse.cz
* +420 2 9654 5373   * http://www.suse.cz
2002-07-18  Michal Ludvig <mludvig@suse.cz>

	* config/sparc/tm-sp64linux.h: Make the rest of #endif
	line a comment.

Index: config/sparc/tm-sp64linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-sp64linux.h,v
retrieving revision 1.4
diff -u -p -r1.4 tm-sp64linux.h
--- config/sparc/tm-sp64linux.h	5 Jun 2002 19:18:29 -0000	1.4
+++ config/sparc/tm-sp64linux.h	18 Jul 2002 10:07:31 -0000
@@ -33,4 +33,4 @@ Foundation, Inc., 59 Temple Place - Suit
 
 #include "config/tm-sysv4.h"
 
-#endif TM_SPARC_LIN64_H
+#endif /* TM_SPARC_LIN64_H */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]