Skip to content

Commit

Permalink
Tue Sep 18 13:15:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
Browse files Browse the repository at this point in the history
	* monoburg.y: fix ANSI C issue.

svn path=/trunk/mono/; revision=861
  • Loading branch information
illupus committed Sep 18, 2001
1 parent da7059d commit 124d42f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mono/monoburg/ChangeLog
@@ -1,3 +1,8 @@

Tue Sep 18 13:15:12 CEST 2001 Paolo Molaro <lupus@ximian.com>

* monoburg.y: fix ANSI C issue.

2001-09-14 Dietmar Maurer <dietmar@ximian.com>

* monoburg.c (emit_prototypes): add an additional argument to the
Expand Down
1 change: 1 addition & 0 deletions mono/monoburg/monoburg.y
Expand Up @@ -234,6 +234,7 @@ yylex (void)
case '{': d++; break;
case '}': d--; break;
default:
break;
}
}
buf [--i] = '\0';
Expand Down

0 comments on commit 124d42f

Please sign in to comment.