some more parameterization


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1104 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index f887adf..2149793 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -158,9 +158,9 @@
 				return -1;
 			}
 		}
-		OUT("} ");
+		OUT("} e_");
 			out_name_chain(arg, ONC_noflags);
-		OUT("_e;\n");
+		OUT(";\n");
 		assert(eidx == el_count);
 	}
 
@@ -259,9 +259,9 @@
 				v->value->value.v_integer,
 				(eidx < el_count) ? "," : "");
 		}
-		OUT("} ");
+		OUT("} e_");
 			out_name_chain(arg, ONC_noflags);
-		OUT("_e;\n");
+		OUT(";\n");
 		assert(eidx == el_count);
 	}