diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-11-02 00:19:12 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-11-02 00:19:12 +0000 |
commit | 33b001fd89d070cc6e2d8a0d6d6c43fe90555972 (patch) | |
tree | a8a211f9c5e1e4cd8161f776b6858e3366e68aab /libguile/gdbint.h | |
parent | 1dcb9876f51c1c87ee94690544e7b68b0c7893be (diff) | |
download | guile-33b001fd89d070cc6e2d8a0d6d6c43fe90555972.tar.gz |
Prefixed each each exported symbol with SCM_API.
Diffstat (limited to 'libguile/gdbint.h')
-rw-r--r-- | libguile/gdbint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/gdbint.h b/libguile/gdbint.h index 70bf8b484..726f5584f 100644 --- a/libguile/gdbint.h +++ b/libguile/gdbint.h @@ -53,9 +53,9 @@ -extern int scm_print_carefully_p; +SCM_API int scm_print_carefully_p; -extern void scm_init_gdbint (void); +SCM_API void scm_init_gdbint (void); #endif /* SCM_GDBINT_H */ |