mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
Final commit
This commit is contained in:
parent
b532e90ea0
commit
db296f5259
7 changed files with 57 additions and 34 deletions
|
|
@ -387,6 +387,9 @@ let compile_call env ?fname nargs tail =
|
|||
let allowed_function =
|
||||
match fname with
|
||||
| Some "Lprintf" -> false
|
||||
| Some "Lsprintf" -> false
|
||||
| Some "Lfprintf" -> false
|
||||
| Some "Lfailure" -> false
|
||||
| Some fname -> not (fname.[0] = '.')
|
||||
| None -> true
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue