From: Kidong L. <bri...@us...> - 2004-06-13 00:50:11
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc/palm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27519/sml/inc/palm Modified Files: define.h Log Message: Attached macro in the end of function prototypes to build on PalmOS/prc-tools Index: define.h =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc/palm/define.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** define.h 24 May 2004 01:33:34 -0000 1.2 --- define.h 13 Jun 2004 00:49:57 -0000 1.3 *************** *** 94,96 **** --- 94,102 ---- #define __USE_DEVINF__ + /* Multi segment macro for Palm OS */ + #define LIB_FUNC __attribute__ ((section ("lib"))) + #define MGR_FUNC __attribute__ ((section ("mgr"))) + #define WSM_FUNC __attribute__ ((section ("wsm"))) + #define XLT_FUNC __attribute__ ((section ("xlt"))) + #endif |