public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch]  Minor improvement to typeclass.h
@ 2004-06-05 20:57 Jerry Quinn
  2004-06-06  3:29 ` Zack Weinberg
  0 siblings, 1 reply; 13+ messages in thread
From: Jerry Quinn @ 2004-06-05 20:57 UTC (permalink / raw)
  To: gcc-patches


2004-06-05  Jerry Quinn  <jlquinn@optonline.net>

	* typeclass.h:  Add license and include guard.

--- typeclass.h.~1.3.~	1998-12-16 15:58:40.000000000 -0500
+++ typeclass.h	2004-05-24 21:31:31.000000000 -0400
@@ -1,3 +1,26 @@
+/* Type class enum
+   Copyright (C) 2004 Free Software Foundation, Inc.
+
+This file is part of GCC.
+
+GCC is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2, or (at your option) any later
+version.
+
+GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+
+You should have received a copy of the GNU General Public License
+along with GCC; see the file COPYING.  If not, write to the Free
+Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.  */
+
+#ifndef GCC_TYPECLASS_H
+#define GCC_TYPECLASS_H
+
 /* Values returned by __builtin_classify_type.  */
 
 enum type_class
@@ -12,3 +35,5 @@
   array_type_class, string_type_class, set_type_class, file_type_class,
   lang_type_class
 };
+
+#endif /* GCC_TYPECLASS_H */

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-06-10 21:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-05 20:57 [patch] Minor improvement to typeclass.h Jerry Quinn
2004-06-06  3:29 ` Zack Weinberg
2004-06-06  3:51   ` Jerry Quinn
2004-06-09 22:35   ` Jeffrey A Law
2004-06-10 19:52     ` Zack Weinberg
2004-06-10 19:54       ` Phil Edwards
2004-06-10 20:04         ` Zack Weinberg
2004-06-10 21:25           ` Joseph S. Myers
2004-06-10 21:42             ` Zack Weinberg
2004-06-10 20:31         ` Jeffrey A Law
2004-06-10 20:52           ` Jakub Jelinek
2004-06-10 21:09         ` Andreas Jaeger
2004-06-10 21:26           ` Zack Weinberg

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).