Fix load failures

db4
Slava Pestov 2008-04-04 07:40:36 -05:00
parent 3a374f2045
commit fa65bdad14
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,5 @@
USING: alien.c-types hardware-info kernel math namespaces
windows windows.kernel32 hardware-info.backend ;
windows windows.kernel32 hardware-info.backend system ;
IN: hardware-info.windows.ce
: memory-status ( -- MEMORYSTATUS )

View File

@ -52,11 +52,6 @@ IN: random-tester.safe-words
>r r>
} ;
: method-words
{
forget-word
} ;
: stateful-words
{
counter
@ -82,7 +77,6 @@ IN: random-tester.safe-words
bignum-words %
initialization-words %
stack-words %
method-words %
stateful-words %
exit-words %
foo-words %