[beast: 9/15] BSE: ldscript.map: export only C++ symbols



commit 1fdf724be2833c857806c6de7c30e10a21a7bec5
Author: Tim Janik <timj gnu org>
Date:   Wed Oct 26 22:23:11 2016 +0200

    BSE: ldscript.map: export only C++ symbols
    
    Signed-off-by: Tim Janik <timj gnu org>

 bse/ldscript.map |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bse/ldscript.map b/bse/ldscript.map
index 3f0f160..68304e4 100644
--- a/bse/ldscript.map
+++ b/bse/ldscript.map
@@ -4,10 +4,10 @@
       Bse::*;    vtable*Bse::*;    typeinfo*Bse::*;    virtual*Bse::*; VTT*Bse::*;
       Sfi::*;    vtable*Sfi::*;    typeinfo*Sfi::*;    virtual*Sfi::*; VTT*Sfi::*;
       Rapicorn*::Aida::enum_info*;
+      bse_*;
+      gsl_*;
+      sfi_*;
+      g_*;
     };
-    bse_*;
-    gsl_*;
-    sfi_*;
-    g_*;
   local: *;
 };


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