mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
Prefixed each each exported symbol with SCM_API.
This commit is contained in:
parent
1174045c9a
commit
e4e933734c
5 changed files with 48 additions and 48 deletions
|
@ -73,9 +73,9 @@
|
|||
|
||||
|
||||
|
||||
extern SCM scm_not (SCM x);
|
||||
extern SCM scm_boolean_p (SCM obj);
|
||||
extern void scm_init_boolean (void);
|
||||
SCM_API SCM scm_not (SCM x);
|
||||
SCM_API SCM scm_boolean_p (SCM obj);
|
||||
SCM_API void scm_init_boolean (void);
|
||||
|
||||
#endif /* SCM_BOOLEAN_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue