diff options
-rw-r--r-- | basic/source/inc/token.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx index 483aab1c3dac..ef30d955eed1 100644 --- a/basic/source/inc/token.hxx +++ b/basic/source/inc/token.hxx @@ -23,10 +23,6 @@ #include "scanner.hxx" #include <basic/sbdef.hxx> -#if defined( EXPLICIT ) -#undef EXPLICIT -#endif - // The tokenizer is stand-alone, i. e. he can be used from everywhere. // A BASIC-instance is necessary for error messages. Without BASIC the // errors are only counted. The BASIC is also necessary when an advanced |