Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
c78ad0fa
Commit
c78ad0fa
authored
Oct 11, 2011
by
Alex Goncharov
Browse files
compiler/main.lisp: Doc strings reformat per the established conventions.
Plus one dot added. Minus the new line in ext:file-comment
parent
5079827f
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
c78ad0fa
...
...
@@ -4,8 +4,7 @@
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: src/compiler/main.lisp $"
)
(
ext:file-comment
"$Header: src/compiler/main.lisp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -139,9 +138,9 @@
(
defvar
*user-source-info*
nil
"The user supplied source-info for the current compilation.
This is the :source-info argument to COMPILE-FROM-STREAM and will be
stored in the INFO slot of the DEBUG-SOURCE in code components and
in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs."
)
This is the :source-info argument to COMPILE-FROM-STREAM and will be
stored in the INFO slot of the DEBUG-SOURCE in code components and
in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs."
)
;;; Maybe-Mumble -- Internal
;;;
...
...
@@ -1810,8 +1809,7 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.")
Load the compiled file; T here requires :Output-File to be non-NIL, as well.
The default for :Load is NIL.
:Error-File
The name of the error listing file, NIL for none (the default), T for
.err.
The name of the error listing file, NIL for none (the default), T for .err.
:Trace-File
If specified, internal data structures are dumped to this file. T for
the .trace default.
...
...
@@ -1845,7 +1843,7 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.")
If non-NIL, enable recording of cross-reference information. The default
is the value of C:*RECORD-XREF-INFO*
:External-Format
The external format to use when opening the source file
The external format to use when opening the source file
.
:Decoding-Error
How to handle decoding errors in the external format when reading the
source file. Default (T) is to signal an error. Nil means silently
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment