bison-patches
[Top][All Lists]
Advanced

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

yy_state_t


From: Akim Demaille
Subject: yy_state_t
Date: Sat, 12 Oct 2019 10:58:16 +0200

I was about to rename the types for states as 

yy_state_num -> yy_small_state_t
int -> yy_state_t

But the latter is seldom used, while the former appears many times, so I'd 
prefer

yy_state_num -> yy_state_t
int -> yy_fast_state_t

WDYT?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]