[beast: 8/10] BSE: use aidacc --bse-extensions to support Bool, Int, Num, Real
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 8/10] BSE: use aidacc --bse-extensions to support Bool, Int, Num, Real
- Date: Fri, 19 Jun 2015 16:23:26 +0000 (UTC)
commit 35b2295c50103c682f996079dfb6cce45874e21f
Author: Tim Janik <timj gnu org>
Date: Thu Jun 11 03:12:11 2015 +0200
BSE: use aidacc --bse-extensions to support Bool, Int, Num, Real
bse/Makefile.am | 2 +-
bse/oldidl.idl | 4 ----
2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index dd5262f..4371a46 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -356,6 +356,6 @@ bseinfo_LDADD = $(progs_LDADD)
EXTRA_DIST += oldidl.idl
check-oldidl: oldidl.idl AuxTypes.py
@echo " CHECK " $<
- $(Q) $(AIDACC_VDEBUG) -x $(srcdir)/AuxTypes.py $<
+ $(Q) $(AIDACC_VDEBUG) --bse-extensions -x $(srcdir)/AuxTypes.py $<
.PHONY: check-oldidl
check-local: check-oldidl
diff --git a/bse/oldidl.idl b/bse/oldidl.idl
index 7ceb647..7391274 100644
--- a/bse/oldidl.idl
+++ b/bse/oldidl.idl
@@ -2,10 +2,6 @@
// Deprecated compatibility types
namespace Sfi {
-typedef bool Bool;
-typedef int32 Int;
-typedef int64 Num;
-typedef float64 Real;
Const SFI_MAXNUM = 9223372036854775807;
Const KAMMER_FREQ = 440.0;
Const BSE_KAMMER_FREQUENCY = KAMMER_FREQ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]