RE:catching illegal syntax

Masaharu Goto (MXJ02154@nifty.ne.jp)
Thu, 26 Nov 1998 22:59:22 +0900


Dave,

>In using v2.00/13 I just came across this oddity: the following macro (yes, t
he>first line is missing a semicolon)
>
>{
>Float_t x = 1.0
>Float_t y = 2.0;
>Float_t z = 3.0;
>printf("x = %f\n", x);
>printf("z = %f\n", z);
>}

Thanks for reporting. I fixed this in cint5.13.82.

Masaharu Goto