Browse Source

console.h is no longer needed for debugging

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
d12770e254
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/include/compiler.h

+ 0
- 1
src/include/compiler.h View File

109
 #define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
109
 #define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
110
 
110
 
111
 #if DEBUG_SYMBOL
111
 #if DEBUG_SYMBOL
112
-#include "console.h"
113
 #define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
112
 #define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
114
 __asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
113
 __asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
115
 #endif
114
 #endif

Loading…
Cancel
Save