Use `#lang info` instead of `#lang setup/infotab`.
original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817eatokens
parent
3cd299edb1
commit
02018fa499
@ -1,3 +1,3 @@
|
||||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("parser-tools.scrbl" (multi-page) (parsing-library))))
|
||||
|
@ -1,3 +1,3 @@
|
||||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define compile-omit-paths '("private-lex/error-tests.rkt"))
|
||||
|
Loading…
Reference in New Issue