]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/registry/registry.factor
nested-comments: remove this vocab. we have /* */ which is good enough for now.
[factor.git] / basis / windows / registry / registry.factor
index 060f9d71627ecbb912260b28e41bfb70cf2e9929..968b52fbe49730285c7962f7f994edbe6de6d389 100644 (file)
@@ -3,7 +3,7 @@
 USING: alien.c-types byte-arrays kernel locals sequences
 windows.advapi32 windows.errors math windows
 windows.kernel32 windows.time accessors alien.data
-nested-comments windows.types classes.struct continuations ;
+windows.types classes.struct continuations ;
 IN: windows.registry
 
 ERROR: open-key-failed key subkey mode error-string ;