>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