[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

translator enhancement needed, correction



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