[haiku-commits] Re: BRANCH xyzzy-github.x86_64 - in src/system: boot/platform/bios_ia32 kernel/arch/x86 kernel/arch/x86/32

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 11 Jul 2012 21:09:06 +0200

On 11.07.2012 19:49, xyzzy-github.x86_64 wrote:
+typedef struct interrupt_descriptor {
+       uint32 a, b;
+} interrupt_descriptor;

In addition to what Ingo wrote: what is the point of using a typedef?
I guess there isn't any C code left that could make use of it.

Bye,
   Axel.

Other related posts: