bug#27579: intptr_t and uintptr_t

2017-11-22 Thread Ludovic Courtès
Hi Matt, Matt Wette skribis: > I found the issue. I called the symbol intptr_t in foreign.c and intptr in > foreign.scm > > Now both use intptr_t and uintptr_t, with patch below. I updated api-foreign.texi accordingly, added a commit log, and committed to the ‘stable-2.2’ branch. Thank you!

bug#27579: intptr_t and uintptr_t

2017-07-04 Thread Matt Wette
I found the issue. I called the symbol intptr_t in foreign.c and intptr in foreign.scm Now both use intptr_t and uintptr_t, with patch below. Matt --- libguile/foreign.c-orig 2017-07-04 15:57:55.0 -0700 +++ libguile/foreign.c 2017-07-04 16:02:45.0 -0700 @@ -56,6 +56,8 @@