bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unconditional `intptr_t'


From: Thien-Thi Nguyen
Subject: Re: unconditional `intptr_t'
Date: Thu, 4 Oct 2001 14:04:01 -0700

   From: "Golubev I. N." <address@hidden>
   Date: Thu, 04 Oct 2001 16:24:44 (GMT)

   --- chars.h  2001/09/21 17:51:01     1.11.4.2
   +++ chars.h  2001/09/25 17:51:55
   -#define SCM_MAKE_CHAR(x) SCM_MAKE_ITAG8((intptr_t) x, scm_tc8_char)
   +#define SCM_MAKE_CHAR(x) SCM_MAKE_ITAG8((scm_t_bits) x, scm_tc8_char)

already applied; see 1.11.4.3 chars.h.

   --- error.c  2001/09/21 17:50:45     1.63.2.3
   +++ error.c  2001/09/25 17:51:56
   -      int error = (intptr_t) pos;
   +      scm_t_bits error = (scm_t_bits) pos;

applied to branch_release-1-6 (see 1.63.2.4 error.c).

thanks for the reports!  a quick "grep intptr *.[ch]" hits only in
libguile/{scmconfig,tags}.h, which seems reasonable.

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]