Revert "alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci"
This reverts commit 739fb5d94f
.
handle-patch-and-put
parent
3214332510
commit
91e55dc02a
|
@ -74,7 +74,7 @@ $nl
|
||||||
"If no initial value is specified, the contents of the allocated memory are undefined." }
|
"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." }
|
{ $warning "Reading or writing a scoped allocation buffer outside of the given quotation will cause memory corruption." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $unchecked-example
|
{ $example
|
||||||
"USING: accessors alien.c-types alien.data
|
"USING: accessors alien.c-types alien.data
|
||||||
classes.struct kernel math math.functions
|
classes.struct kernel math math.functions
|
||||||
prettyprint ;
|
prettyprint ;
|
||||||
|
|
Loading…
Reference in New Issue