From e374088e1489e78d77d522747e7f2305f824c576 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Wed, 21 Jan 1998 19:50:54 +0000 Subject: [PATCH] Remove a redundant $Header$. --- compiler/sparc/nlx.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/sparc/nlx.lisp b/compiler/sparc/nlx.lisp index b4c73c9be..d5ee3793b 100644 --- a/compiler/sparc/nlx.lisp +++ b/compiler/sparc/nlx.lisp @@ -5,11 +5,10 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.7 1998/01/21 19:28:42 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.8 1998/01/21 19:50:54 dtc Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.7 1998/01/21 19:28:42 dtc Exp $ ;;; ;;; This file contains the definitions of VOPs used for non-local exit ;;; (throw, lexical exit, etc.) -- GitLab