]> git.sur5r.net Git - cc65/blobdiff - src/ca65/dbginfo.h
Small fixes for Watcom-C
[cc65] / src / ca65 / dbginfo.h
index 7d236e1c36c58b1df54da4d9ebb7a36e33a7005b..9f0ce3ed571a5ad250fb074b18961c3682826dd4 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 2000-2001 Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 void DbgInfoFile (void);
-/* Parse and handle the .REPEAT statement */
+/* Parse and handle FILE subcommand of the .dbg pseudo instruction */
+
+void DbgInfoLine (void);
+/* Parse and handle LINE subcommand of the .dbg pseudo instruction */
+
+void DbgInfoSym (void);
+/* Parse and handle SYM subcommand of the .dbg pseudo instruction */
 
 
 
@@ -56,4 +62,4 @@ void DbgInfoFile (void);
 
 
 
-              
+