Wiki

Changeset 2296

Show
Ignore:
Timestamp:
02/28/10 21:29:35 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Improve some how some error messages read that still fall through to C#.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/BackEndClr/SharpCompilationMessage.cobra

    r2053 r2296  
    116116        line = line.replace("`double'", "`float'") 
    117117        line = line.replace("null", "nil") 
     118        line = line.replace("non-static", "non-shared") 
     119        line = line.replace("`ref'", "`inout'") 
    118120        # change C#'s `funky' quotes to double quotes 
    119121        line = line.replace("`", '"')