]> git.sur5r.net Git - cc65/blobdiff - src/common/inline.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / inline.h
index 5c6dedb43a8ca288f3b9fdf4b6d6a3f2b2868559..b90b3d1f459c172ab511e41217020fce1a7c70ed 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                inline.h                                  */
+/*                                 inline.h                                  */
 /*                                                                           */
-/*             Definitions to use the inline compiler feature               */
+/*              Definitions to use the inline compiler feature               */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                 Defines                                  */
+/*                                  Defines                                  */
 /*****************************************************************************/
 
 
 
 #if defined(__GNUC__) && !defined(DISABLE_INLINE)
-#  define HAVE_INLINE  1
-#  define INLINE       static __inline__
+#  define HAVE_INLINE   1
+#  define INLINE        static __inline__
 #endif
 
 
@@ -54,6 +54,3 @@
 /* End of inline.h */
 
 #endif
-
-
-