mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
2002-07-24 Stefan Jahn <stefan@lkcc.org>
* continuations.h: ia64: Include <signal.h> before <sys/ucontext.h>.
This commit is contained in:
parent
afc8e572ba
commit
6a53544072
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-07-24 Stefan Jahn <stefan@lkcc.org>
|
||||||
|
|
||||||
|
* continuations.h: ia64: Include <signal.h> before
|
||||||
|
<sys/ucontext.h>.
|
||||||
|
|
||||||
2002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* modules.c (scm_sym2var): Don't compare SCM values with ==.
|
* modules.c (scm_sym2var): Don't compare SCM values with ==.
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
|
|
||||||
#ifdef __ia64__
|
#ifdef __ia64__
|
||||||
|
#include <signal.h>
|
||||||
#include <sys/ucontext.h>
|
#include <sys/ucontext.h>
|
||||||
extern unsigned long * __libc_ia64_register_backing_store_base;
|
extern unsigned long * __libc_ia64_register_backing_store_base;
|
||||||
#endif /* __ia64__ */
|
#endif /* __ia64__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue