P99

◆ P99_BLK_MARK

#define P99_BLK_MARK (   X)
Value:
P00_BLK_BEFAFT(P99_MARK(P99_PASTE2(X, _bef)), \
P99_MARK(P99_PASTE2(X, _end)))

mark the assembler of a block just before and after

Remarks
X should be an identifier token

Definition at line 103 of file p99_block.h.

P99_PASTE2
#define P99_PASTE2(_1, _2)
Paste two token sequences at their junction.
Definition: p99_paste.h:82
P99_MARK
#define P99_MARK(X)
mark the produced assembler with a comment that contains the source line number and the token X
Definition: p99_block.h:95