Skip to content

Commit 89bdd70

Browse files
committed
---
yaml --- r: 1269 b: refs/heads/master c: 7fdb643 h: refs/heads/master i: 1267: a484534 v: v3
1 parent 01bdb04 commit 89bdd70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 33b342e89192a0f326a0234a564c8a229839cebe
2+
refs/heads/master: 7fdb6437d862d18a50f6c9d3f79f08e8d90905c4

trunk/src/comp/front/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impure fn parse_ty(parser p) -> @ast.ty {
202202
alt (p.peek()) {
203203
case (token.BOOL) { p.bump(); t = ast.ty_bool; }
204204
case (token.INT) { p.bump(); t = ast.ty_int; }
205-
case (token.UINT) { p.bump(); t = ast.ty_int; }
205+
case (token.UINT) { p.bump(); t = ast.ty_uint; }
206206
case (token.STR) { p.bump(); t = ast.ty_str; }
207207
case (token.CHAR) { p.bump(); t = ast.ty_char; }
208208
case (token.MACH(?tm)) { p.bump(); t = ast.ty_machine(tm); }

0 commit comments

Comments
 (0)