Sun May 13 15:57:27 2012: Request 77182 was acted upon.
Transaction: Ticket created by patcat88
Queue: Win32-API
Subject: "int* a" works, "int *a" doesn't
Broken in: 0.68
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=77182 >
In a C prototype, Win32::API 0.68 processes "int *a" as "int". "int* a"
works as intended in 0.68. This RT is for myself to remember to fix this
and for the record. The parsing REs need fixes.