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
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
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
cee9e0b5
Commit
cee9e0b5
authored
May 08, 2014
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make two files different to avoid a complaint from lintian.
parent
3959cc21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
test/test-mutual-redefinition-1.asd
test/test-mutual-redefinition-1.asd
+3
-0
test/test-mutual-redefinition-2.asd
test/test-mutual-redefinition-2.asd
+1
-0
No files found.
test/test-mutual-redefinition-1.asd
View file @
cee9e0b5
;; This file defines test-mutual-redefinition-1 but ALSO defines test-mutual-redefinition-2
;; There would be an infinite loop if find-system didn't specifically avoid
;; loading a definition twice in the same "session".
(
defsystem
test-mutual-redefinition-1
)
(
defsystem
test-mutual-redefinition-2
)
test/test-mutual-redefinition-2.asd
View file @
cee9e0b5
;; This file defines test-mutual-redefinition-2 but ALSO defines test-mutual-redefinition-1
(
defsystem
test-mutual-redefinition-1
)
(
defsystem
test-mutual-redefinition-2
)
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