using cache in build_file, ui metaprogram and generating stacks
This commit is contained in:
@@ -170,6 +170,7 @@ typedef double f64;
|
||||
#define SLLS_PUSH(stack_base, new_stack_base) \
|
||||
SLLS_PUSH_EX(stack_base, new_stack_base, next)
|
||||
|
||||
#define SLLS_POP(stack_base) ((stack_base) = (stack_base)->next)
|
||||
#define SLLS_POP_AND_STORE(stack_base, out_node) \
|
||||
do { \
|
||||
if (stack_base) { \
|
||||
|
||||
Reference in New Issue
Block a user