I want to write a macro which should compatible with gpc version 2.1 and look like below
#define PAS_EXTERNAL_C(X) asmname 'X'
suppose if i define a macro like above, it should be preprocessed like below
Before preprocessing:
procedure Hello; PAS_EXTERNAL_C(Hello);
After preprocessing:
procedure Hello; asmname 'Hello';
I am worried why #define PAS_EXTERNAL_C(X) asmname 'X' this is not working?
Please help me
Regards Hari
__________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs