npalix / rathaxes

Automatically exported from code.google.com/p/rathaxes
1 stars 0 forks source link

Types' instrumentalized code not resolved #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a type cannot use a type declaration block using other rathaxes types ex:

decl {
   typedef struct ethernet_dev {
       ${PCI::Device} pci_dev;
       ${NET::Device} net_dev;
   } *ether_devp;
}

does not resolves the palceholders, which stay as _1 and _2, which causes 
compilation failure.

Original issue reported on code.google.com by dav.pineau@gmail.com on 8 Jul 2012 at 2:15

GoogleCodeExporter commented 9 years ago
I'm wondering if this issue was resolved with issue #8.
Could you check, Louis ?

Original comment by dav.pineau@gmail.com on 22 Sep 2012 at 1:24