[Pkg-electronics-commits] [gnucap] 07/49: modelgen llvm compile fix
felix salfelder
felix-guest at moszumanska.debian.org
Tue Feb 2 21:39:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch wip
in repository gnucap.
commit a57a596d1ae14e4813a8ebb4e948586071992479
Author: Felix Salfelder <felix at em.cs.uni-frankfurt.de>
Date: Tue May 20 21:36:34 2014 +0200
modelgen llvm compile fix
---
modelgen/mg_.h | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/modelgen/mg_.h b/modelgen/mg_.h
index 4cebc9d..2108b62 100644
--- a/modelgen/mg_.h
+++ b/modelgen/mg_.h
@@ -108,6 +108,20 @@ public:
size_t size()const {return _list.size();}
};
/*--------------------------------------------------------------------------*/
+class C_Comment
+ :public Base
+{
+public:
+ void parse(CS& f);
+};
+/*--------------------------------------------------------------------------*/
+class Cxx_Comment
+ :public Base
+{
+public:
+ void parse(CS& f);
+};
+/*--------------------------------------------------------------------------*/
/* A "Collection" differs from a "List" in how it is parsed.
* Each parse of a "Collection" created one more object and stores
* it in the Collection. The size of the Collection therefore grows by 1.
@@ -200,20 +214,6 @@ public:
}
};
/*--------------------------------------------------------------------------*/
-class C_Comment
- :public Base
-{
-public:
- void parse(CS& f);
-};
-/*--------------------------------------------------------------------------*/
-class Cxx_Comment
- :public Base
-{
-public:
- void parse(CS& f);
-};
-/*--------------------------------------------------------------------------*/
class Key
:public Base
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list