[Redbutton-devel] SF.net SVN: redbutton: [417] redbutton-author/trunk/ccc.y
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-09-23 20:45:30
|
Revision: 417
http://redbutton.svn.sourceforge.net/redbutton/?rev=417&view=rev
Author: skilvington
Date: 2007-09-23 13:45:27 -0700 (Sun, 23 Sep 2007)
Log Message:
-----------
definitely don't need this anymore
Modified Paths:
--------------
redbutton-author/trunk/ccc.y
Modified: redbutton-author/trunk/ccc.y
===================================================================
--- redbutton-author/trunk/ccc.y 2007-09-23 20:38:15 UTC (rev 416)
+++ redbutton-author/trunk/ccc.y 2007-09-23 20:45:27 UTC (rev 417)
@@ -462,8 +462,6 @@
/* add a child ASN1 object */
if(asn1type(name) == ASN1TYPE_CHOICE)
buf_append(&state.parse_fns, "\tparent = add_child(parent, ASN1TAG_CHOICE);\n\n");
-// else
-// buf_append(&state.parse_fns, "\tparent = add_child(parent, ASN1TAGCLASS_ENUMERATED);\n\n");
/* peek at the next token */
buf_append(&state.parse_fns, "\tnext = peek_token();\n\n");
buf_append(&state.parse_fns, "\t/* CHOICE or ENUMERATED */\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|