mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
TMP changes
This commit is contained in:
parent
39715334c7
commit
2c03654cca
5 changed files with 26 additions and 5 deletions
|
|
@ -84,7 +84,7 @@ struct re_pattern_buffer *Lregexp(char *regexp);
|
|||
|
||||
int LregexpMatch(struct re_pattern_buffer *b, char *s, int pos);
|
||||
|
||||
void *Bstring(void *);
|
||||
void *Bstring(void *p);
|
||||
|
||||
void *Lclone(void *p);
|
||||
|
||||
|
|
|
|||
|
|
@ -31,3 +31,7 @@ void s_enter_f(struct State *s, char *func_ip, size_t params_sz,
|
|||
void s_exit_f(struct State *s);
|
||||
|
||||
void **var_by_category(struct State *s, enum VarCategory category, int id);
|
||||
|
||||
// --- changed runtime operations ---
|
||||
|
||||
void *s_Bsexp(struct State *state, int bn, int tag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue