]> git.sur5r.net Git - cc65/blobdiff - src/cc65/goto.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / goto.h
index 4492b1e890953422978cacdee6c9944b61597680..3ca8223e2452f0d6d877c5a04161f90bef980ba8 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 goto.h                                   */
+/*                                  goto.h                                   */
 /*                                                                           */
-/*             Goto and label handling for the cc65 C compiler              */
+/*              Goto and label handling for the cc65 C compiler              */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
 
-void DoGoto (void);
+void GotoStatement (void);
 /* Process a goto statement. */
 
 void DoLabel (void);
@@ -53,7 +53,5 @@ void DoLabel (void);
 
 
 /* End of goto.h */
-#endif
-
-
 
+#endif