m4-patches
[Top][All Lists]
Advanced

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

enum bitfield


From: Ralf Wildenhues
Subject: enum bitfield
Date: Thu, 22 Nov 2007 21:41:06 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

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