/[avr-libc]/avr-libc/include/setjmp.h
ViewVC logotype

Diff of /avr-libc/include/setjmp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by joerg_wunsch, Sun Aug 14 21:44:54 2005 UTC revision 1.9 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 48  extern "C" { Line 48  extern "C" {
48          24 = total size          24 = total size
49   */   */
50    
51  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
52    
53  #define _JBLEN 24  #define _JBLEN 24
54  typedef struct _jmp_buf { unsigned char _jb[_JBLEN + 1]; } jmp_buf[1];  typedef struct _jmp_buf { unsigned char _jb[_JBLEN + 1]; } jmp_buf[1];
55    
56  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */
57    
58  /** \defgroup setjmp <setjmp.h>: Non-local goto  /** \defgroup setjmp <setjmp.h>: Non-local goto
59    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26