]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "alien.data: Make with-scoped-allocation an $unchecked-example because it...
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 21 Aug 2018 20:12:28 +0000 (13:12 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 21 Aug 2018 20:12:28 +0000 (13:12 -0700)
This reverts commit 739fb5d94f827fbc2377faf08173ba5f43aa3d00.

basis/alien/data/data-docs.factor

index 736636baf8aa1a55c19373ffcefca9ea76cda3e0..8d947d127d01f35cd470d1ee2f933f45f1076e69 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
-    { $unchecked-example
+    { $example
         "USING: accessors alien.c-types alien.data
 classes.struct kernel math math.functions
 prettyprint ;