<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
The flag to setop is maybe yucky, but I think<BR> static void m3cg_set_eq (void) { m3cg_set_eq_or_ne(EQ_EXPR); }   <BR> static void m3cg_set_ne (void) { m3cg_set_eq_or_ne(NE_EXPR); } <BR>
<BR> <BR>
is still good.<BR>There are two functions *very* similar in functionality that vary in only one token.<BR>
 <BR>
 <BR>
The counterpoint would be, perhaps, if one is proficient enough<BR>
in maintaining parse.c, that the two functions are small and<BR>
one could write them up in a flash without referring to examples.<BR>
One needs that level of proficiency to make more significant changes anyway.<BR>
(I'll be removing the set_singleton/member functions shortly, assuming<BR>
reasonable codegen.)<BR>
 <BR>
<BR> - Jay<BR><BR>                                         </body>
</html>