sync with Chez Scheme report for popcount on Windows

This commit is contained in:
Matthew Flatt 2020-01-11 16:43:45 -07:00
parent 33f8173970
commit 96ac646284
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
(define collection 'multi)
(define version "7.6.0.2")
(define version "7.6.0.3")
(define deps `("racket-lib"
["racket" #:version ,version]))

View File

@ -2,7 +2,7 @@
;; Check to make we're using a build of Chez Scheme
;; that has all the features we need.
(define-values (need-maj need-min need-sub need-dev)
(values 9 5 3 11))
(values 9 5 3 12))
(unless (guard (x [else #f]) (eval 'scheme-fork-version-number))
(error 'compile-file

View File

@ -16,7 +16,7 @@
#define MZSCHEME_VERSION_X 7
#define MZSCHEME_VERSION_Y 6
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 2
#define MZSCHEME_VERSION_W 3
/* A level of indirection makes `#` work as needed: */
#define AS_a_STR_HELPER(x) #x