00001 #ifndef CPROTOFIX_H 00002 #define CPROTOFIX_H 00003 00004 #ifdef CPROTO 00005 # define __asm__(a) 00006 #endif 00007 00008 #endif 00009