<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Should we have a form of <*external*> that assumes two level<BR>names insead of one level names?<BR>
<BR>This would be useful I believe for an initial implementation of Atomic.<BR>
I don't see how to implement Atomic otherwise, well, other than a lame:<BR>
 <BR>
Atomic.mg:<BR>
  if BYTESIZE(T) == 4<BR>
    blah<BR>
  elsif BYTESIZE(T) == 8<BR>
    blah<BR>
 <BR>
which I guess is ok, or a switch.<BR>
 <BR>
It'd also be very useful in the existing code base.<BR>
<BR> - Jay<BR><BR><BR><BR><BR><BR>                                         </body>
</html>