]> git.sur5r.net Git - cc65/commit
Removed error numbers in favour of literal error messages. The error numbers
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 2 Nov 2000 21:22:33 +0000 (21:22 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 2 Nov 2000 21:22:33 +0000 (21:22 +0000)
commitd341e0ad767e43518364bbcceb2dd2900f92ddb9
tree3335e2ae43aac2772383386fafe86b56291b01de
parent7bb82698d11afd723454af56f5c1ddfa73b2ee11
Removed error numbers in favour of literal error messages. The error numbers
were harder to manage, made the code harder to read, and lead no less
verbose messages, since it was effort to add a new message. The new approach
has the drawback that it's more difficult to translate, but this won't
happen anyway.

git-svn-id: svn://svn.cc65.org/cc65/trunk@428 b7a2c559-68d2-44c3-8de9-860c34a00d81
18 files changed:
src/cc65/codegen.c
src/cc65/compile.c
src/cc65/datatype.c
src/cc65/declare.c
src/cc65/declattr.c
src/cc65/error.c
src/cc65/error.h
src/cc65/expr.c
src/cc65/function.c
src/cc65/goto.c
src/cc65/loop.c
src/cc65/loop.h
src/cc65/macrotab.c
src/cc65/pragma.c
src/cc65/scanner.c
src/cc65/scanner.h
src/cc65/stmt.c
src/cc65/symtab.c