Merge pull request 'Fix implicit declaration of page_close on Linux' (#20) from fix/stage-source-check into dev
Dev — Build & local smoke test / build-smoke (push) Failing after 4m9s
Dev — Build & local smoke test / build-smoke (push) Failing after 4m9s
This commit was merged in pull request #20.
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
+5
-1
@@ -16,7 +16,11 @@ extern fn page_css() -> String
|
||||
extern fn page_ga_script() -> String
|
||||
extern fn page_schema() -> String
|
||||
|
||||
extern fn page_close() -> String
|
||||
extern fn _page_close_impl() -> String
|
||||
|
||||
fn page_close() -> String {
|
||||
return _page_close_impl()
|
||||
}
|
||||
|
||||
// el-html vessel — extern declarations (implementations in dist/elhtml_impl.c)
|
||||
extern fn el_meta(name: String, content: String) -> String
|
||||
|
||||
Reference in New Issue
Block a user