alien.inline.syntax: changed RAW-C: to <RAW-C
parent
2c40a6667c
commit
13cf80c0c7
|
@ -95,6 +95,6 @@ HELP: DELETE-C-LIBRARY:
|
|||
}
|
||||
{ $see-also POSTPONE: delete-inline-library } ;
|
||||
|
||||
HELP: RAW-C:
|
||||
{ $syntax "RAW-C:" "body" ";" }
|
||||
{ $description "Insert a string into the generated source file. Useful for macros and other details not implemented in " { $snippet "alien.inline" } "." } ;
|
||||
HELP: <RAW-C
|
||||
{ $syntax "<RAW-C code RAW-C>" }
|
||||
{ $description "Insert a (multiline) string into the generated source file. Useful for macros and other details not implemented in " { $snippet "alien.inline" } "." } ;
|
||||
|
|
|
@ -28,4 +28,4 @@ SYNTAX: ;C-LIBRARY compile-c-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 ;
|
||||
|
|
Loading…
Reference in New Issue