Check that there are no library modules that use the old "sp" symbol instead

of "c_sp".
This commit is contained in:
Kugel Fuhr
2025-06-26 08:23:51 +02:00
parent 5db2aed129
commit 399f5aaab7
4 changed files with 32 additions and 0 deletions

View File

@@ -40,4 +40,7 @@ sorted: sorted.sh sorted_codeopt.sh sorted_opcodes.sh
@./sorted_codeopt.sh
@./sorted_opcodes.sh
checksp: checksp.sh
@./checksp.sh
endif