removed DEBUG #define
This commit is contained in:
parent
82b0ef795d
commit
9eaa440fab
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
|||
#define THREE_PASS /* branch and offset optimization */
|
||||
#define LISTING /* enable listing facilities */
|
||||
#define RELOCATION /* generate relocation info */
|
||||
#define DEBUG 1
|
||||
|
||||
#undef valu_t
|
||||
#define valu_t long
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#define THREE_PASS
|
||||
#define LISTING
|
||||
#define RELOCATION
|
||||
#define DEBUG 2 /* as long as we are testing ... */
|
||||
|
||||
#undef valu_t
|
||||
#define valu_t long
|
||||
|
|
Loading…
Reference in a new issue