Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gendl
gendl-patches
gendl-patches
Commits
21d3a0e8
Commit
21d3a0e8
authored
Feb 21, 2021
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conditionalize table and persuser stuff on full genworks-gdl.
parent
9e2e95d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
gendl-asdf.lisp
gendl-asdf.lisp
+4
-1
No files found.
gendl-asdf.lisp
View file @
21d3a0e8
...
...
@@ -5,15 +5,18 @@
(
defclass
asdf::gendl
(
asdf::cl-source-file
)
((
type
:initform
"gendl"
)))
(
defclass
asdf::lisp
(
asdf::cl-source-file
)
())
#+
genworks-gdl
(
defclass
asdf::table
(
asdf::cl-source-file
)
((
type
:initform
"table"
)))
#+
genworks-gdl
(
defmethod
perform
((
o
compile-op
)
(
c
asdf::table
))
(
perform-peruse-file
o
c
))
#+
genworks-gdl
(
defmethod
perform
((
o
load-op
)
(
c
asdf::table
))
(
perform-peruse-file
o
c
))
#+
genworks-gdl
(
defun
perform-peruse-file
(
o
c
)
"Perform the perusal of icad-style catalog table."
...
...
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