<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Tony, presumably one of these will do:<BR>
 <BR>
 <BR>
C:\dev2\cm3.2\m3-sys\m3cc\gcc\gcc\tree.def<BR>
 <BR>
/* Division for integer result that rounds the quotient toward zero.  */<BR>DEFTREECODE (TRUNC_DIV_EXPR, "trunc_div_expr", tcc_binary, 2)<BR>
 <BR>
/* Division for integer result that rounds the quotient toward infinity.  */<BR>DEFTREECODE (CEIL_DIV_EXPR, "ceil_div_expr", tcc_binary, 2)<BR>
 <BR>
/* Division for integer result that rounds toward minus infinity.  */<BR>DEFTREECODE (FLOOR_DIV_EXPR, "floor_div_expr", tcc_binary, 2)<BR>
 <BR>
/* Division for integer result that rounds toward nearest integer.  */<BR>DEFTREECODE (ROUND_DIV_EXPR, "round_div_expr", tcc_binary, 2)<BR>
 <BR>
/* Four kinds of remainder that go with the four kinds of division.  */<BR><BR>
DEFTREECODE (TRUNC_MOD_EXPR, "trunc_mod_expr", tcc_binary, 2)<BR>DEFTREECODE (CEIL_MOD_EXPR, "ceil_mod_expr", tcc_binary, 2)<BR>DEFTREECODE (FLOOR_MOD_EXPR, "floor_mod_expr", tcc_binary, 2)<BR>DEFTREECODE (ROUND_MOD_EXPR, "round_mod_expr", tcc_binary, 2)<BR><BR><BR>
I can look into it.<BR>
<BR> - Jay<BR>                                           </body>
</html>