]> git.sur5r.net Git - cc65/blobdiff - src/cc65/pragma.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / pragma.h
index 82026b35c465756f274140c4976c865607659935..d75273fa6b02f016e28cba99a9c92dff05e4dc3e 100644 (file)
@@ -1,12 +1,12 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                pragma.h                                  */
+/*                                 pragma.h                                  */
 /*                                                                           */
-/*                 Pragma handling for the cc65 C compiler                  */
+/*                  Pragma handling for the cc65 C compiler                  */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2001 Ullrich von Bassewitz                                       */
+/* (C) 1998-2002 Ullrich von Bassewitz                                       */
 /*               Wacholderweg 14                                             */
 /*               D-70597 Stuttgart                                           */
 /* EMail:        uz@cc65.org                                                 */
 
 
 /*****************************************************************************/
-/*                                  code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
 
 void DoPragma (void);
-/* Handle pragmas */
+/* Handle pragmas. These come always in form of the new C99 _Pragma() operator. */