diff options
| author | ThisDrunkDane <hoej@northwolfprod.com> | 2018-02-12 06:07:15 +0100 |
|---|---|---|
| committer | ThisDrunkDane <hoej@northwolfprod.com> | 2018-02-12 06:07:15 +0100 |
| commit | e225158a6f69e3782a194e5b82b9a5af56686e71 (patch) | |
| tree | f30b3c5713d5e59c16f4b7677fe32d884dd63bb5 /src/check_decl.cpp | |
| parent | 4c06b443154bcb85982d61f39badbab901ac4da8 (diff) | |
| parent | 2ce55783d2c9cfb72da5bc4a51556d9938b6124a (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/check_decl.cpp')
| -rw-r--r-- | src/check_decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_decl.cpp b/src/check_decl.cpp index 0c4ff6735..7ac2cd7ac 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -305,7 +305,7 @@ void check_const_decl(Checker *c, Entity *e, AstNode *type_expr, AstNode *init, return; } - // NOTE(bill): Check to see if the expression it to be aliases + // NOTE(bill): Check to see if the expression it to be aliases case Addressing_Builtin: if (e->type != nullptr) { error(type_expr, "A constant alias of a built-in procedure may not have a type initializer"); |