-/*---------------------------------------.
-| Create a new array of N shifts/gotos. |
-`---------------------------------------*/
-
-#define TRANSITIONS_ALLOC(Nshifts) \
- (transitions_t *) xcalloc ((unsigned) (sizeof (transitions_t) \
- + (Nshifts - 1) * sizeof (state_number_t)), 1)
+/*-----------------------------------------.
+| Create a new array of NUM shifts/gotos. |
+`-----------------------------------------*/