summaryrefslogtreecommitdiff
path: root/cad/gnucap/files/patch-modelgen__mg_.h
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-10-27 02:23:26 +0000
committerSteve Wills <swills@FreeBSD.org>2018-10-27 02:23:26 +0000
commit5b798c11c4a89249448cb96d2aaca9e9534c1771 (patch)
treef4a4fb2fa74a66f163affa4b12b0a41e4344723c /cad/gnucap/files/patch-modelgen__mg_.h
parentwww/py-django-allauth: Update to 0.38.0 (diff)
cad/gnucap: Update to 2013-04-23
PR: 232464 Submitted by: Nathan <ndowens@yahoo.com>
Notes
Notes: svn path=/head/; revision=483098
Diffstat (limited to 'cad/gnucap/files/patch-modelgen__mg_.h')
-rw-r--r--cad/gnucap/files/patch-modelgen__mg_.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/cad/gnucap/files/patch-modelgen__mg_.h b/cad/gnucap/files/patch-modelgen__mg_.h
index a104d4865040..61b5e1c8b406 100644
--- a/cad/gnucap/files/patch-modelgen__mg_.h
+++ b/cad/gnucap/files/patch-modelgen__mg_.h
@@ -1,6 +1,6 @@
---- modelgen/mg_.h.orig 2009-12-08 08:19:15.000000000 +0900
-+++ modelgen/mg_.h 2012-10-14 00:54:09.000000000 +0900
-@@ -108,6 +108,20 @@
+--- modelgen/mg_.h.orig 2013-04-24 03:24:21 UTC
++++ modelgen/mg_.h
+@@ -108,6 +108,20 @@ class List_Base (public)
size_t size()const {return _list.size();}
};
/*--------------------------------------------------------------------------*/
@@ -21,10 +21,12 @@
/* 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 @@
+@@ -198,20 +212,6 @@ class Collection (public)
+ f << (**i);
+ }
}
- };
- /*--------------------------------------------------------------------------*/
+-};
+-/*--------------------------------------------------------------------------*/
-class C_Comment
- :public Base
-{
@@ -37,8 +39,6 @@
-{
-public:
- void parse(CS& f);
--};
--/*--------------------------------------------------------------------------*/
+ };
+ /*--------------------------------------------------------------------------*/
class Key
- :public Base
- {