[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
translator enhancement needed, correction
- To: <mark>
- Subject: translator enhancement needed, correction
- From: Eric Dean Tribble <tribble>
- Date: Mon, 22 Jan 90 13:16:40 PST
- Cc: <heh>, <michael>, <dean>, <xtech>
- In-reply-to: <MarkS.Miller'smessageofSat>,40 PST <9001202138.AA23352@xanadu>
I like having a critical-section macro in X++. If I don't hear
otherwise, I'll implement the translation from:
sema4 critical: [block]
to:
CRITICAL_BLOCK(SEMA4, { BLOCK });
during the next merge or translator binge.
dean