From 396e50fe64428e4bd09e3260651402768f1dab3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Seyvoz=20St=C3=A9phane?= Date: Mon, 3 Feb 2014 18:57:33 +0100 Subject: [PATCH 1/2] Double semi-colon ";;" fix to remove warnings with the CCS compiler. --- adl-backend/src/main/resources/st/instances/Component.stc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adl-backend/src/main/resources/st/instances/Component.stc b/adl-backend/src/main/resources/st/instances/Component.stc index 1cf40902..81e44cad 100644 --- a/adl-backend/src/main/resources/st/instances/Component.stc +++ b/adl-backend/src/main/resources/st/instances/Component.stc @@ -86,7 +86,7 @@ DeclareDependencies(definition, instance) ::= << DeclareComponentInstance(instance) ::= << #ifndef INSTANCE__DECLARED -_DECLARE_INSTANCE(); +_DECLARE_INSTANCE() #define INSTANCE__DECLARED #endif From c6c2cb75a3183ff6d67beebc47e8472ce8eeb95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Seyvoz=20St=C3=A9phane?= Date: Mon, 3 Feb 2014 19:16:19 +0100 Subject: [PATCH 2/2] Same for _INIT_INSTANCE as previous _DECLARE_INSTANCE fix commit. --- adl-backend/src/main/resources/st/instances/Component.stc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adl-backend/src/main/resources/st/instances/Component.stc b/adl-backend/src/main/resources/st/instances/Component.stc index 81e44cad..0136e71b 100644 --- a/adl-backend/src/main/resources/st/instances/Component.stc +++ b/adl-backend/src/main/resources/st/instances/Component.stc @@ -121,7 +121,7 @@ InitInstance(definition, instance) ::= << -); +) >> AddItfValues(definition, instance) ::= <<