Show
Ignore:
Timestamp:
07/10/08 16:29:05 (17 months ago)
Author:
sukyoungryu
Message:

[parser] Fixed parsing multifix operator declarations without varargs parameters.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/src/com/sun/fortress/parser/Parameter.rats

    r2230 r2231  
    209209       } else { // error 
    210210           op = syntaxError(op.getSpan(), 
    211                             "Operator fix is invalid in its declaration."); 
     211                            "Operator fixity is invalid in its declaration."); 
    212212       } 
    213213       if (a2 == null) yyValue = new FnHeaderFront(op, a3);