This commit is contained in:
Hackerpilot 2015-06-08 15:50:20 -07:00
parent 87a1365dc9
commit 1bc33fecb3
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ module constants;
* Pragma arguments
*/
immutable string[] pragmas = [
"inline",
"lib",
"mangle",
"msg",
@ -39,7 +40,7 @@ immutable string[] linkages = [
"D",
"Pascal",
"System",
"Windows",
"Windows"
];
/**