]> git.sur5r.net Git - cc65/blobdiff - include/c16.h
Only for jumps, the lib uses named asm labels in branches
[cc65] / include / c16.h
index 35124a709fd4526cf6e7b39ae0c0d33a774e7ec9..beb2caa567aeb68f62d6b6f149c31f57d1eb1c0e 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                  c16.h                                   */
+/*                                   c16.h                                   */
 /*                                                                           */
-/*                             C16 system specific definitions                      */
+/*                      C16 system specific definitions                      */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 
-/* Include the base header file for the 264 series. include file.
- */
-#ifndef _CBM264_H
+/* Include the base header file for the 264 series. */
 #include <cbm264.h>
-#endif