[antlr-interest] C runtime const correctness

Gary R. Van Sickle g.r.vansickle at att.net
Mon Dec 1 20:17:46 PST 2008


Shouldn't this:

    ANTLR3_API pANTLR3_INPUT_STREAM antlr3AsciiFileStreamNew(pANTLR3_UINT8
fileName);

Really be this:

    ANTLR3_API pANTLR3_INPUT_STREAM antlr3AsciiFileStreamNew(const
pANTLR3_UINT8 fileName);

?

-- 
Gary R. Van Sickle



More information about the antlr-interest mailing list