mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
* libguile.h: Mark these as C declarations, for compilation by C++
compilers.
This commit is contained in:
parent
d021129f24
commit
3401653fe0
1 changed files with 7 additions and 1 deletions
|
@ -43,7 +43,9 @@
|
||||||
* If you do not wish that, delete this exception notice. */
|
* If you do not wish that, delete this exception notice. */
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
|
|
||||||
|
@ -122,6 +124,10 @@
|
||||||
#include "libguile/threads.h"
|
#include "libguile/threads.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* LIBGUILEH */
|
#endif /* LIBGUILEH */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue