Skip to content

Commit

Permalink
[47_2] glue symbol: system
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Oct 19, 2023
1 parent dbda494 commit 23ca4ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions TeXmacs/progs/prog/glue-symbols.scm
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"system-setenv"
"system-getenv"
"system-search-score"
"system"
"system-1"
"system-2"
"system-url->string"
Expand Down
8 changes: 8 additions & 0 deletions src/Scheme/L2/glue_lolly.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,14 @@ function main()
"string",
}
},
{
scm_name = "system",
cpp_name = "lolly::system",
ret_type = "void",
arg_list = {
"string",
}
},
-- System/Classes/url
{
scm_name = "url->url",
Expand Down

0 comments on commit 23ca4ce

Please sign in to comment.