mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +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. */
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "libguile/__scm.h"
|
||||
|
||||
|
@ -122,6 +124,10 @@
|
|||
#include "libguile/threads.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#endif /* LIBGUILEH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue