Skip to content

Commit

Permalink
Deleted the old syntax "require-for-syntax"
Browse files Browse the repository at this point in the history
It is no more needed and no more used.
  • Loading branch information
egallesio committed Oct 25, 2024
1 parent 7ac4780 commit 06ae31f
Show file tree
Hide file tree
Showing 2 changed files with 1,946 additions and 1,991 deletions.
19 changes: 1 addition & 18 deletions lib/load.stk
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
find-path
require provide provided? require/provide
warning-when-not-provided
require-library require-for-syntax
include include-ci include-file
require-library include include-ci include-file
autoload

;; FIXME
Expand Down Expand Up @@ -527,22 +526,6 @@ doc>
(define-macro (require-library what)
`(%%require ,what #t))

#|
<doc EXT require-for-syntax
* (require-for-syntax string)
*
doc>
|#
#;(define-macro (require-for-syntax name)
`(when-compile
(require ,name)))


(define-macro (require-for-syntax file)
`(%%require4syntax ,file))



;=============================================================================
;
; INCLUDE
Expand Down
Loading

0 comments on commit 06ae31f

Please sign in to comment.