summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index d89d6a8..523f882 100644
--- a/types.h
+++ b/types.h
@@ -95,7 +95,6 @@ typedef union Value {
} Value;
#define IDECL_FLAG_HAS_VAL 0x01
-#define IDECL_FLAG_CGEN_PTR 0x02 /* is a pointer being used for this identifier? */
typedef struct {
struct Declaration *decl;
struct Block *scope; /* NULL for file scope */
@@ -547,6 +546,7 @@ typedef enum {
typedef struct {
Allocator allocr;
+ struct Typer *typer;
bool returning;
Value ret_val;
void **to_free; /* an array of data to free for this scope. */