<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>fyi...having updated tools, I now get:<div><br></div><div><p style="font-size: 11px; font-family: Menlo;">cm3.d/Main.m3.c:757:1: <span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3">warning: </span>declaration of built-in function '_setjmp' requires inclusion of the header <setjmp.h></p>
<p style="font-size: 11px; font-family: Menlo;">      [-Wbuiltin-requires-header]</p><p style="font-size: 11px; font-family: Menlo;"><br></p><p style="font-size: 11px; font-family: Menlo;"><br></p><p style="font-size: 11px; font-family: Menlo;">which I think helps vindicate the upcoming addition of CGType.Jmpbuf.</p><p style="font-size: 11px; font-family: Menlo;"><br></p><p style="font-size: 11px; font-family: Menlo;">That is, we shouldn't declare setjmp ourselves.</p><p style="font-size: 11px; font-family: Menlo;">And therefore, we also can't pretend jmpbuf is just a struct with a size, but must use whatever setjmp.h says.</p><p style="font-size: 11px; font-family: Menlo;">I hope to fix this after the first round of "alloca(jmpbuf)".</p><p style="font-size: 11px; font-family: Menlo;"><br></p><p style="font-size: 11px; font-family: Menlo;">Thanks,</p><p style="font-size: 11px; font-family: Menlo;"> - Jay</p><br><br></div>                                         </div></body>
</html>