Skip to content
Snippets Groups Projects
Commit 05fb2d8e authored by wlott's avatar wlott
Browse files

Export define-assembly-routine.

parent 0fe4c2ca
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,15 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.22 1990/11/01 01:16:13 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.23 1990/11/03 17:21:34 wlott Exp $
;;;
;;; This file contains the extra code necessary to feed an entire file of
;;; assembly code to the assembler.
;;;
(in-package "C")
(export '(define-assembly-routine))
(defvar *do-assembly* nil
"If non-NIL, emit assembly code. If NIL, emit VOP templates.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment