]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Aug 2018 14:38:42 +0000 (10:38 -0400)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Aug 2018 14:38:42 +0000 (10:38 -0400)
basis/alien/data/data-docs.factor

index 8d947d127d01f35cd470d1ee2f933f45f1076e69..736636baf8aa1a55c19373ffcefca9ea76cda3e0 100644 (file)
@@ -74,7 +74,7 @@ $nl
 "If no initial value is specified, the contents of the allocated memory are undefined." }
 { $warning "Reading or writing a scoped allocation buffer outside of the given quotation will cause memory corruption." }
 { $examples
-    { $example
+    { $unchecked-example
         "USING: accessors alien.c-types alien.data
 classes.struct kernel math math.functions
 prettyprint ;