- Timestamp:
- 07/10/08 16:29:05 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats
r2230 r2231 209 209 } else { // error 210 210 op = syntaxError(op.getSpan(), 211 "Operator fix is invalid in its declaration.");211 "Operator fixity is invalid in its declaration."); 212 212 } 213 213 if (a2 == null) yyValue = new FnHeaderFront(op, a3);

