diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:43:47 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:43:47 +0100 |
commit | 93f2f61afc55fa15272552383afa2d5028a93ad5 (patch) | |
tree | b99430795b2fe693f08d227ae16d090124761851 /basic/source | |
parent | fcf3851494f067635dc576a2f69207184168b1e7 (diff) |
Remove MTW support
http://www.openoffice.org/issues/show_bug.cgi?id=52746
"MTW - metrowerks compiler (mac OS9 ?) - obsolete"
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/opcodes.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/inc/opcodes.hxx b/basic/source/inc/opcodes.hxx index 309ff38c5564..cbc98ac22fd4 100644 --- a/basic/source/inc/opcodes.hxx +++ b/basic/source/inc/opcodes.hxx @@ -31,10 +31,6 @@ #include "sbintern.hxx" -#ifdef MTW -#undef _NUMBER -#endif - // Ein Opcode ist entweder 1, 3 oder 5 Bytes lang, je nach numerischen // Wert des Opcodes (s.u.). |