
| Key: |
ANTLR-145
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Jim Idle
|
| Reporter: |
Jim Idle
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 19/Jun/07 09:07 AM
Updated: 02/Jun/08 11:37 AM
Due: 24/Jun/07
|
|
| Component/s: |
C Target
|
| Affects Version/s: |
3.0
|
| Fix Version/s: |
3.0
|
|
|
Environment:
|
Any platform.
|
|
|
newFollow->remove(follow, ANTLR3_EOR_TOKEN_TYPE);
should be changed to:
newFollow->remove(newFollow, ANTLR3_EOR_TOKEN_TYPE);
|
|
Description
|
newFollow->remove(follow, ANTLR3_EOR_TOKEN_TYPE);
should be changed to:
newFollow->remove(newFollow, ANTLR3_EOR_TOKEN_TYPE);
|
Show » |
|