From: Guillermo J. Rozas Date: Thu, 28 Oct 1993 15:06:59 +0000 (+0000) Subject: Remove remaining reference to ulong. X-Git-Tag: 20090517-FFI~7650 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4e77fe27e73638208fb7fcdc35fdb1952bbb1b6f;p=mit-scheme.git Remove remaining reference to ulong. --- diff --git a/v7/src/compiler/machines/C/rules1.scm b/v7/src/compiler/machines/C/rules1.scm index 825d01a99..115a85ac1 100644 --- a/v7/src/compiler/machines/C/rules1.scm +++ b/v7/src/compiler/machines/C/rules1.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 1.3 1993/10/28 02:55:54 gjr Exp $ +$Id: rules1.scm,v 1.4 1993/10/28 15:06:59 gjr Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -345,10 +345,9 @@ MIT in each case. |# (MACHINE-CONSTANT (? offset)))) (standard-unary-conversion address 'CHAR* target 'ULONG (lambda (address target) - (LAP ,target " = ((ulong) (((unsigned char *) " ,address ")[" + (LAP ,target " = ((unsigned long) (((unsigned char *) " ,address ")[" ,offset "]));\n\t")))) -;* (define-rule statement ;; convert char object to ASCII byte (ASSIGN (REGISTER (? target))