Bug #1582 » 0084-actions.h-Add-comment-that-enum-action_actor_kind-us.patch
| common/actions.h | ||
|---|---|---|
|  */ | ||
| #define ASSERT_UNUSED_ACTION_CASES            \ | ||
| /* Used in the network protocol. */ | ||
| #define SPECENUM_NAME action_actor_kind | ||
| #define SPECENUM_VALUE0 AAK_UNIT | ||
| #define SPECENUM_VALUE0NAME N_("a unit") | ||