mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
Fix bugzilla 24580 - ImportC: Asm label after attributes results in syntax error
This commit is contained in:
parent
a903c10e7c
commit
db92f687e4
2 changed files with 23 additions and 10 deletions
|
@ -758,3 +758,8 @@ typedef enum
|
|||
DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO = 1,
|
||||
DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL = 0x80000000,
|
||||
} DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY;
|
||||
|
||||
/************************************************************/
|
||||
// https://issues.dlang.org/show_bug.cgi?id=24580
|
||||
|
||||
int ioctl(int __fd, unsigned __request, ...) __attribute__((overloadable)) __attribute__((enable_if(1, ""))) asm("ioctl");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue