add scm_{to,from}_{u,}intptr_t
authorAndy Wingo <wingo@pobox.com>
Thu, 23 May 2013 12:18:47 +0000 (14:18 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 23 May 2013 12:19:06 +0000 (14:19 +0200)
commit0b3b73698c92081ad3c24f40203d8f34e82778a3
tree3699e17465c7d23a1f3706bcc6567ed99f4df4c2
parentd4da9ba9c0ff7013b00c40c18c9dc0c3a409624c
add scm_{to,from}_{u,}intptr_t

* libguile/numbers.h (scm_to_intptr_t, scm_from_intptr_t)
  (scm_to_uintptr_t, scm_from_uintptr_t): New defines.

* libguile/foreign.c: Remove definitions here; adapt callers to use new
  names with _t suffixes.
libguile/foreign.c
libguile/numbers.h