cond.vh 96 Bytes
Newer Older
1 2 3 4 5 6 7 8
`undef RESULT

`ifndef INCLUDED
`define INCLUDED
`define RESULT 1
`else
`define RESULT 0
`endif