Consolidate expression creation functions in expr module
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#define STORE_SIZE 256U
|
||||
|
||||
typedef struct {
|
||||
typedef struct store {
|
||||
expr_t *free;
|
||||
expr_t buffer[STORE_SIZE];
|
||||
} store_t;
|
||||
|
||||
Reference in New Issue
Block a user