From: Chris Hanson Date: Fri, 15 Jul 2005 05:31:58 +0000 (+0000) Subject: Implement ULONG/FIXNUM conversion macros. X-Git-Tag: 20090517-FFI~1251 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d0bbdb991135794449574b5d9ddfd0787e9146ff;p=mit-scheme.git Implement ULONG/FIXNUM conversion macros. --- diff --git a/v7/src/microcode/object.h b/v7/src/microcode/object.h index 5749f8838..79fcd6688 100644 --- a/v7/src/microcode/object.h +++ b/v7/src/microcode/object.h @@ -1,10 +1,10 @@ /* -*-C-*- -$Id: object.h,v 9.57 2005/07/15 05:31:42 cph Exp $ +$Id: object.h,v 9.58 2005/07/15 05:31:58 cph Exp $ Copyright 1986,1987,1988,1989,1990,1992 Massachusetts Institute of Technology Copyright 1993,1995,1997,1998,2000,2001 Massachusetts Institute of Technology -Copyright 2003 Massachusetts Institute of Technology +Copyright 2003,2005 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme.