Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
6ae8d279
Commit
6ae8d279
authored
Feb 17, 2011
by
Robert P. Goldman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ":iniform" typo.
parent
ff4520a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/asdf.texinfo
doc/asdf.texinfo
+1
-1
No files found.
doc/asdf.texinfo
View file @
6ae8d279
...
...
@@ -3051,7 +3051,7 @@ and you would
@code
{
(
defmethod source
-
file
-
type
((
component cl
-
source
-
file
)
(
system
(
eql
(
find
-
system 'foo
))))
(
declare
(
ignorable component system
))
"cl"
)
}
.
Now, the pathname for a component is eagerly computed when defining the system,
and instead you will @code
{
(
defclass my
-
cl
-
source
-
file
(
cl
-
source
-
file
)
((
type :iniform "cl"
)))
}
and instead you will @code
{
(
defclass my
-
cl
-
source
-
file
(
cl
-
source
-
file
)
((
type :ini
t
form "cl"
)))
}
and use @code
{
:default
-
component
-
class my
-
cl
-
source
-
file
}
as argument to @code
{
defsystem
}
,
as detailed in a @pxref
{
FAQ,How do I create a system definition where all the source files have a .cl extension?
}
below.
...
...
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