<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
I was going through diffs I had around.<BR>
<BR>One set is mostly putting<BR> #ifdef __cplusplus<BR> extern "C" {<BR> #endif<BR>
  ... <BR>
<BR> #ifdef __cplusplus<BR> }<BR> #endif<BR>
<BR>around all the C code, and a little something for the K&R code.<BR>
<BR>The point was to compile all the C code as C++.<BR>
I assume I had it working but I'll have to get back up to speed to verify that.<BR>
<BR>Thoughts?<BR>
<BR> - Jay<BR><br /><hr />Messenger Café — open for fun 24/7. Hot games, cool activities served daily. <a href='http://cafemessenger.com?ocid=TXT_TAGLM_AugWLtagline' target='_new'>Visit now.</a></body>
</html>