[beast: 7/15] SHELL: remove 'extern "C"' from all API



commit 598d7aa58faa223c3a41831db2e19c735b5d2475
Author: Tim Janik <timj gnu org>
Date:   Wed Oct 26 22:31:17 2016 +0200

    SHELL: remove 'extern "C"' from all API
    
    Signed-off-by: Tim Janik <timj gnu org>

 shell/bsescminterp.hh |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/shell/bsescminterp.hh b/shell/bsescminterp.hh
index 8706e27..4a50d60 100644
--- a/shell/bsescminterp.hh
+++ b/shell/bsescminterp.hh
@@ -5,8 +5,6 @@
 #include <bse/bse.hh>
 #include <guile/gh.h>
 
-G_BEGIN_DECLS
-
 typedef struct _BseSCMWire   BseSCMWire;
 
 
@@ -57,7 +55,5 @@ SCM   bse_scm_glue_rec_print          (SCM              scm_rec);
 SCM    bse_scm_make_gc_plateau         (guint            size_hint);
 void   bse_scm_destroy_gc_plateau      (SCM              s_gcplateau);
 
-G_END_DECLS
-
 
 #endif /* __BSE_SCM_INTERP_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]