]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/advice/advice.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / advice / advice.factor
index 44280456c1b275cbf28df13d9d59fd9cc129cef0..8e22609714a75a480cb5a81b59e65be546a0b315 100644 (file)
@@ -66,4 +66,4 @@ SYNTAX: ADVISE: ! word adname location => word adname quot loc
     scan-word scan scan-word parse-definition swap [ spin ] dip advise ;
     
 SYNTAX: UNADVISE:    
-    scan-word parsed \ unadvise parsed ;
+    scan-word suffix! \ unadvise suffix! ;