]> git.sur5r.net Git - cc65/blobdiff - src/cc65/pragma.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / pragma.h
index 65794a037c6268c1759b268f5f7edcd9750114f1..f12dbaa8348249ebca6c31da09f278de02882c6c 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                pragma.h                                  */
+/*                                 pragma.h                                  */
 /*                                                                           */
-/*                 Pragma handling for the cc65 C compiler                  */
+/*                  Pragma handling for the cc65 C compiler                  */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1998-2002 Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 /*****************************************************************************/
-/*                                  code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
 
 void DoPragma (void);
-/* Handle pragmas */
+/* Handle pragmas. These come always in form of the new C99 _Pragma() operator. */
 
 
 
 /* End of pragma.h */
-#endif
-
-
-
-
 
+#endif