Changeset 2230
- Timestamp:
- 07/10/08 11:46:59 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats
r2024 r2230 209 209 } else { // error 210 210 op = syntaxError(op.getSpan(), 211 "Operator fix is invalid in its d claration.");211 "Operator fix is invalid in its declaration."); 212 212 } 213 213 if (a2 == null) yyValue = new FnHeaderFront(op, a3); … … 283 283 } else { // error 284 284 op = syntaxError(op.getSpan(), 285 "Operator fix is invalid in its d claration.");285 "Operator fix is invalid in its declaration."); 286 286 } 287 287 if (a2 == null) yyValue = new FnHeaderFront(op, a3);

