penis sex fuck penis cock, irregular register allocation and rename VarTable to Scope
This commit is contained in:
14
src/types.h
14
src/types.h
@@ -102,18 +102,8 @@ int type_is_number(Type *t);
|
||||
|
||||
char *type_to_string(Type*);
|
||||
|
||||
typedef struct Parametrization {
|
||||
void *param;
|
||||
|
||||
struct Parametrization *next;
|
||||
} Parametrization;
|
||||
|
||||
typedef struct {
|
||||
Parametrization *typeParams;
|
||||
Parametrization *intParams;
|
||||
} Parametrizations;
|
||||
|
||||
Type *type_parametrize(Type *target, Parametrizations *parametrizations, Parametrizations *renames);
|
||||
struct Scope;
|
||||
Type *type_parametrize(Type *target, struct Scope *scope);
|
||||
|
||||
Type *type_shallow_copy(Type *t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user