new function to add constants

This commit is contained in:
Quentin Carbonneaux 2015-10-22 11:48:55 -04:00
parent 8ef0e2d027
commit 525d4db4ea
2 changed files with 16 additions and 0 deletions

View file

@ -326,6 +326,7 @@ void *vnew(ulong, size_t);
void vgrow(void *, ulong);
Ref newtmp(char *, Fn *);
Ref getcon(int64_t, Fn *);
void addcon(Con *, Con *);
/* parse.c */
extern OpDesc opdesc[NOp];