stack-checker.alien: fix help-lint.

db4
John Benediktsson 2014-06-09 14:15:18 -07:00
parent 00fb0b052f
commit 8ed47488e9
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ HELP: param-prep-quot
{ $description "Builds a quotation which coerces values on the stack to the required types for the alien call." }
{ $examples
{ $example
"USING: prettyprint stack-checker.alien ;"
"USING: alien.c-types prettyprint stack-checker.alien ;"
"T{ alien-invoke-params { parameters { void* c-string int } } } param-prep-quot ."
"[ [ [ [ ] dip >c-ptr ] dip \ utf8 string>alien ] dip >fixnum ]"
"[ [ [ [ ] dip >c-ptr ] dip \\ utf8 string>alien ] dip >fixnum ]"
}
} ;