/* Create the alignment type. */
buf_strdefine(&userdef_buf,"YY_INT_ALIGNED",
long_align ? "long int" : "short int");
-
- /* Now map the equivalence class for NUL to its expected place. */
- ecgroup[0] = ecgroup[csize];
- NUL_ec = ABS( ecgroup[0] );
/* Dump the user defined preproc directives. */
if (userdef_buf.elts)
else
numecs = csize;
+ /* Now map the equivalence class for NUL to its expected place. */
+ ecgroup[0] = ecgroup[csize];
+ NUL_ec = ABS( ecgroup[0] );
+
if ( useecs )
ccl2ecl();
}