Fix compilation error when using packed pragma with vcc.

This commit is contained in:
Audun Wilhelmsen
2014-03-18 21:23:35 +01:00
parent 1e45bb79ab
commit ca228e46b5

View File

@@ -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})