diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/extccomp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 02e15f232..f0e5dad11 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -119,7 +119,7 @@ compiler vcc: debug: " /GZ /Zi ", pic: "", asmStmtFrmt: "__asm{$n$1$n}$n", - structStmtFmt: "$3$#1 $2", + structStmtFmt: "$3$n$1 $2", packedPragma: "#pragma pack(1)", props: {hasCpp, hasAssume, hasNakedDeclspec}) |