P99

◆ P99_RESERVED_LEN

#define P99_RESERVED_LEN (   SEQ)    P99_IF_ELSE(P99_IS_RESERVED_TOK(SEQ))(P00_RESERVED1(P00_EAT_FIRST(SEQ)))(0)

Count the number of tokens in sequence SEQ that all are of kind RESERVED.

Definition at line 6097 of file p99_generated.h.