mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 19:44:10 +02:00
gh bug fix
This commit is contained in:
parent
ef0f106fc3
commit
18daf95b39
2 changed files with 13 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
#ifndef __GH_H
|
||||
#define __GH_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <libguile.h>
|
||||
|
@ -226,5 +230,8 @@ void gh_newline (void);
|
|||
|
||||
/* void gh_assert(int cond, char *msg, SCM obj); */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __GH_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue