alien.inline.syntax: changed RAW-C: to <RAW-C

db4
Jeremy Hughes 2009-07-24 15:33:45 +12:00
parent 2c40a6667c
commit 13cf80c0c7
2 changed files with 4 additions and 4 deletions

View File

@ -95,6 +95,6 @@ HELP: DELETE-C-LIBRARY:
} }
{ $see-also POSTPONE: delete-inline-library } ; { $see-also POSTPONE: delete-inline-library } ;
HELP: RAW-C: HELP: <RAW-C
{ $syntax "RAW-C:" "body" ";" } { $syntax "<RAW-C code RAW-C>" }
{ $description "Insert a string into the generated source file. Useful for macros and other details not implemented in " { $snippet "alien.inline" } "." } ; { $description "Insert a (multiline) string into the generated source file. Useful for macros and other details not implemented in " { $snippet "alien.inline" } "." } ;

View File

@ -28,4 +28,4 @@ SYNTAX: ;C-LIBRARY compile-c-library ;
SYNTAX: DELETE-C-LIBRARY: scan delete-inline-library ; SYNTAX: DELETE-C-LIBRARY: scan delete-inline-library ;
SYNTAX: RAW-C: parse-here raw-c ; SYNTAX: <RAW-C "RAW-C>" parse-multiline-string raw-c ;