diff options
Diffstat (limited to 'src/repr.h')
| -rw-r--r-- | src/repr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ struct Function Type returnType;
std::string name;
std::vector<Variable> parameters;
+ bool defined;
Body body;
};
|
