From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,196864e6c216ca4f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-29 20:24:39 PST Path: news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: How to Emulate C++ Macro with Static Local Variable? References: <3F78EE34.9090902@comcast.net> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.124.41 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc01 1064892277 12.234.124.41 (Tue, 30 Sep 2003 03:24:37 GMT) NNTP-Posting-Date: Tue, 30 Sep 2003 03:24:37 GMT Organization: Comcast Online Date: Tue, 30 Sep 2003 03:24:37 GMT Xref: news1.google.com comp.lang.ada:283 Date: 2003-09-30T03:24:37+00:00 List-Id: >Remember that the code I posted was more of an existance proof rather >... >but I wanted it to be possible to see what was going on. I'm afraid I still didn't understand what was going on. Could you post an example that, say, raises a Constraint_Error the 3rd time that a call "strike;" is made from a particular location?