On Sep 25, 2002 at 00:30, Trevor Warren wrote: >--- [EMAIL PROTECTED] wrote: >> > #define l11l 0xFFFF >> > #define ll1 for >> > #define ll111 if > This thread is getting interesting. Can someone >highlight me as to what is the above code all about.
I don't want to highlight you, but the code is simple. The preprocessor goes through and replaces the #defined strings first, so you'll see that once that is done, you and up with fairly simple C code. The alignment will be off, but it'll work as the parser won't care about whitespace. Try it manually. -- Satya. <URL:http://satya.virtualave.net/> Hi! I'm a tagline virus! Steal me & join in the fun! _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

