From 7f9750c04003109800ce5121cb68c8d87473adb7 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 13 Oct 1990 21:45:47 +0000
Subject: [PATCH] Removed an unnecessary, incorrect type decl.

---
 assembly/assemfile.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assembly/assemfile.lisp b/assembly/assemfile.lisp
index 70c1ae7a8..65c0519a6 100644
--- a/assembly/assemfile.lisp
+++ b/assembly/assemfile.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.16 1990/10/13 21:25:40 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.17 1990/10/13 21:45:47 wlott Exp $
 ;;;
 ;;; This file contains the extra code necessary to feed an entire file of
 ;;; assembly code to the assembler.
@@ -73,7 +73,7 @@
   (name nil :type symbol)
   (temp nil :type symbol)
   (scs nil :type (or list symbol))
-  (offset 0 :type fixnum))
+  (offset nil))
 
 (defun %print-reg-spec (spec stream depth)
   (declare (ignore depth))
-- 
GitLab