[BACK]Return to setjmp_t.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/setjmp_t.c between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:10 version 1.2, 2001/04/20 07:39:19
Line 10 
Line 10 
  * provided the above notices are retained, and a notice that the code was   * provided the above notices are retained, and a notice that the code was
  * modified is included with the above copyright notice.   * modified is included with the above copyright notice.
  */   */
 /* Boehm, September 21, 1995 5:39 pm PDT */  
   
 /* Check whether setjmp actually saves registers in jmp_buf. */  /* Check whether setjmp actually saves registers in jmp_buf. */
 /* If it doesn't, the generic mark_regs code won't work.     */  /* If it doesn't, the generic mark_regs code won't work.     */
Line 21 
Line 20 
 /* recommended that this be run optimized.  (If the machine  */  /* recommended that this be run optimized.  (If the machine  */
 /* has no callee-save registers, then the generic code is    */  /* has no callee-save registers, then the generic code is    */
 /* safe, but this will not be noticed by this piece of       */  /* safe, but this will not be noticed by this piece of       */
 /* code.)                                                    */  /* code.)  This test appears to be far from perfect.         */
 #include <stdio.h>  #include <stdio.h>
 #include <setjmp.h>  #include <setjmp.h>
 #include <string.h>  #include <string.h>
 #include "gcconfig.h"  #include "private/gcconfig.h"
   
 #ifdef OS2  #ifdef OS2
 /* GETPAGESIZE() is set to getpagesize() by default, but that   */  /* GETPAGESIZE() is set to getpagesize() by default, but that   */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>