janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 9ed0a4726d4db8926f76e2c9bf8e790ff1ee195b
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Sat Apr 11 16:43:25 2020 +0200

    Revert "records: Have ABI check work well for cross-compilation."
    
    This reverts commit a05ad011229cf3712d373918c2ed9ebdb5f5b2a2.
---
 guix/records.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/guix/records.scm b/guix/records.scm
index 3d54a51..4bda542 100644
--- a/guix/records.scm
+++ b/guix/records.scm
@@ -24,7 +24,6 @@
   #:use-module (ice-9 match)
   #:use-module (ice-9 regex)
   #:use-module (ice-9 rdelim)
-  #:autoload (system base target) (target-most-positive-fixnum)
   #:export (define-record-type*
             this-record
 
@@ -361,9 +360,7 @@ inherited."
         (((field get properties ...) ...)
          (string-hash (object->string
                        (syntax->datum #'((field properties ...) ...)))
-                      (cond-expand
-                        (guile-3 (target-most-positive-fixnum))
-                        (else most-positive-fixnum))))))
+                      most-positive-fixnum))))
 
     (syntax-case s ()
       ((_ type syntactic-ctor ctor pred

Reply via email to