Ignore:
Timestamp:
Jul 14, 2006 3:20:00 PM (18 years ago)
Author:
bennylp
Message:

Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/setjmp.h

    r65 r604  
    2828#  include <setjmp.h> 
    2929   typedef jmp_buf pj_jmp_buf; 
    30 #  define pj_setjmp(buf)        setjmp(buf) 
    31 #  define pj_longjmp(buf,d)     longjmp(buf,d) 
     30#  ifndef pj_setjmp 
     31#    define pj_setjmp(buf)      setjmp(buf) 
     32#  endif 
     33#  ifndef pj_longjmp 
     34#    define pj_longjmp(buf,d)   longjmp(buf,d) 
     35#  endif 
    3236 
    3337#elif defined(PJ_LINUX_KERNEL) && PJ_LINUX_KERNEL != 0 && \ 
Note: See TracChangeset for help on using the changeset viewer.