]> git.sur5r.net Git - cc65/blobdiff - src/cc65/goto.c
More polishing to get the line info right
[cc65] / src / cc65 / goto.c
index fe3e1b8bdae7056c18b55530d382d9f31755e683..33d056f9a1551b70863af7cc976e82c1ddceb92e 100644 (file)
@@ -47,7 +47,7 @@
 
 
 
-void DoGoto (void)
+void GotoStatement (void)
 /* Process a goto statement. */
 {
     /* Eat the "goto" */