[Redbutton-devel] SF.net SVN: redbutton: [383] redbutton-author/trunk/ccc.y
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-09-16 09:39:53
|
Revision: 383
http://redbutton.svn.sourceforge.net/redbutton/?rev=383&view=rev
Author: skilvington
Date: 2007-09-16 02:39:52 -0700 (Sun, 16 Sep 2007)
Log Message:
-----------
something to think about
Modified Paths:
--------------
redbutton-author/trunk/ccc.y
Modified: redbutton-author/trunk/ccc.y
===================================================================
--- redbutton-author/trunk/ccc.y 2007-09-16 09:36:30 UTC (rev 382)
+++ redbutton-author/trunk/ccc.y 2007-09-16 09:39:52 UTC (rev 383)
@@ -459,6 +459,7 @@
/* assert */
if(state.and_items)
fatal("CHOICE or ENUMERATED type, but and_items set");
+/* TODO: these can probably both be ASN1TAGCLASS_SYNTHETIC */
/* add a child ASN1 object */
if(asn1type(name) == ASN1TYPE_CHOICE)
buf_append(&state.parse_fns, "\tparent = add_child(parent, ASN1TAG_CHOICE);\n\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|