Don't delete script.cpp after building (#1272)

Ensure consistency in linker script parser interface

Make the declaration and definition visible when compiling
so that the compiler can warn about inconsistencies.

Co-authored-by: ISSOtm <me@eldred.fr>
This commit is contained in:
Rangi
2023-12-17 11:42:07 -05:00
committed by GitHub
parent 495d701022
commit 5a3a215b0e
4 changed files with 7 additions and 17 deletions

View File

@@ -7,6 +7,8 @@
#include <string>
#include "linkdefs.hpp"
void script_ProcessScript(char const *path);
}
%code {
#include <algorithm>