Renamed hldbgsym -> hlldbgsym.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5283 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-29 20:37:28 +00:00
parent c2bf1b9ba4
commit 060cfe66e0
4 changed files with 44 additions and 44 deletions

View File

@@ -56,7 +56,7 @@ void DbgInfoLine (void);
void DbgInfoSym (void);
/* Parse and handle SYM subcommand of the .dbg pseudo instruction */
void WriteHLDbgSyms (void);
void WriteHLLDbgSyms (void);
/* Write a list of all high level language symbols to the object file. */