enum bitfield
Ralf Wildenhues <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Organization | Department of Numerical Simulation, University of Bonn |
| Message-ID | <[email protected]> |
Hello Eric,
in the argv_ref branch, src/input.c:
struct input_block {
...
input_type type : 8;
};
The enum bitfield is a GNU extension.
Cheers,
Ralf