-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ext/racc/cparse/cparse.c: do not use rb_iterate to give a block to …
…the method, use rb_block_call instead. [ruby-dev:28445] git-svn-id: file:///Users/aaron/Desktop/public/racc/trunk@2135 1b9489fe-b721-0410-924e-b54b9192deb8
- Loading branch information
aamine
committed
Jul 2, 2006
1 parent
b86a46c
commit 0affbf9
Showing
2 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Sun Jul 2 18:33:32 2006 Minero Aoki <[email protected]> | ||
|
||
* ext/racc/cparse/cparse.c: do not use rb_iterate to give a block | ||
to the method, use rb_block_call instead. [ruby-dev:28445] | ||
|
||
Mon Jun 19 02:38:18 2006 Minero Aoki <[email protected]> | ||
|
||
* bin/racc: -g option is now -t. -g option is obsolete and is an | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters