
24 Aug
2012
24 Aug
'12
9:38 a.m.
On 2012-08-24 11:27, Jookia wrote:
Ah, yeah. But I was kind of thinking that instead of writing 'nil', you'd write 'fusion::nil'. Maybe I'm missing something important.
Assuming that you have this macro: #define nil 0 Then 'fusion::nil' will be changed by the preprocessor to 'fusion::0'.