Skip to content
Snippets Groups Projects
Commit cee9e0b5 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Make two files different to avoid a complaint from lintian.

parent 3959cc21
No related branches found
No related tags found
No related merge requests found
;; 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)
;; This file defines test-mutual-redefinition-2 but ALSO defines test-mutual-redefinition-1
(defsystem test-mutual-redefinition-1)
(defsystem test-mutual-redefinition-2)
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