diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-09-10 19:08:54 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-09-10 19:08:54 +0000 |
commit | 5e044c02d380887e4f3c7bc7299ad5291fde2381 (patch) | |
tree | f6c17b173588df8e73934171ad459e75e4d959b3 | |
parent | fce59c93fc598f19f8fc082af1f990b7426809b0 (diff) | |
download | guile-5e044c02d380887e4f3c7bc7299ad5291fde2381.tar.gz |
* eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h,
simpos.h: #include "libguile/__scm.h".
-rw-r--r-- | libguile/eq.h | 2 | ||||
-rw-r--r-- | libguile/hashtab.h | 2 | ||||
-rw-r--r-- | libguile/load.h | 2 | ||||
-rw-r--r-- | libguile/mallocs.h | 2 | ||||
-rw-r--r-- | libguile/scmsigs.h | 2 | ||||
-rw-r--r-- | libguile/simpos.h | 2 |
6 files changed, 7 insertions, 5 deletions
diff --git a/libguile/eq.h b/libguile/eq.h index db164ec0d..e160b4ad6 100644 --- a/libguile/eq.h +++ b/libguile/eq.h @@ -43,7 +43,7 @@ * If you do not wish that, delete this exception notice. */ - +#include "libguile/__scm.h" #ifdef __STDC__ diff --git a/libguile/hashtab.h b/libguile/hashtab.h index 345303896..2cd7577f4 100644 --- a/libguile/hashtab.h +++ b/libguile/hashtab.h @@ -43,7 +43,7 @@ * If you do not wish that, delete this exception notice. */ - +#include "libguile/__scm.h" #ifdef __STDC__ diff --git a/libguile/load.h b/libguile/load.h index b6f0d7c89..aeb1ac71a 100644 --- a/libguile/load.h +++ b/libguile/load.h @@ -43,7 +43,7 @@ * If you do not wish that, delete this exception notice. */ - +#include "libguile/__scm.h" extern void scm_init_load_path PROTO ((void)); diff --git a/libguile/mallocs.h b/libguile/mallocs.h index 779c25d18..90a03c4b0 100644 --- a/libguile/mallocs.h +++ b/libguile/mallocs.h @@ -43,7 +43,9 @@ * If you do not wish that, delete this exception notice. */ +#include "libguile/__scm.h" + extern int scm_tc16_malloc; #define SCM_MALLOCP(X) (SCM_TYP16 (X) == scm_tc16_malloc) diff --git a/libguile/scmsigs.h b/libguile/scmsigs.h index 484b15e9d..261acd62c 100644 --- a/libguile/scmsigs.h +++ b/libguile/scmsigs.h @@ -43,7 +43,7 @@ * If you do not wish that, delete this exception notice. */ - +#include "libguile/__scm.h" #ifdef __STDC__ diff --git a/libguile/simpos.h b/libguile/simpos.h index 78cce68a5..d041ec491 100644 --- a/libguile/simpos.h +++ b/libguile/simpos.h @@ -43,7 +43,7 @@ * If you do not wish that, delete this exception notice. */ - +#include "libguile/__scm.h" #ifdef __STDC__ |