@@ -26,11 +26,9 @@ TranslationUnit {
2626 "un_Adio'0301s"},
2727 typedefType = TypePrim
2828 (PrimIntegral PrimInt Signed)},
29- declSpec = DeclSpec
30- CTypeSpec {
31- cTypeSpecIdentifier = Nothing,
32- cTypeSpecInstances =
33- Map.fromList []}},
29+ declSpec = DeclSpec {
30+ declSpecC = Nothing,
31+ declSpecHs = Nothing}},
3432 Decl {
3533 declInfo = DeclInfo {
3634 declLoc = "adios.h:12:13",
@@ -57,11 +55,9 @@ TranslationUnit {
5755 "un_C\25968\23383"},
5856 typedefType = TypePrim
5957 (PrimIntegral PrimInt Signed)},
60- declSpec = DeclSpec
61- CTypeSpec {
62- cTypeSpecIdentifier = Nothing,
63- cTypeSpecInstances =
64- Map.fromList []}},
58+ declSpec = DeclSpec {
59+ declSpecC = Nothing,
60+ declSpecHs = Nothing}},
6561 Decl {
6662 declInfo = DeclInfo {
6763 declLoc = "adios.h:18:6",
@@ -84,11 +80,9 @@ TranslationUnit {
8480 FunctionAttributes
8581 ImpureFunction,
8682 functionRes = TypeVoid},
87- declSpec = DeclSpec
88- CTypeSpec {
89- cTypeSpecIdentifier = Nothing,
90- cTypeSpecInstances =
91- Map.fromList []}},
83+ declSpec = DeclSpec {
84+ declSpecC = Nothing,
85+ declSpecHs = Nothing}},
9286 Decl {
9387 declInfo = DeclInfo {
9488 declLoc = "adios.h:21:12",
@@ -107,11 +101,9 @@ TranslationUnit {
107101 declKind = DeclGlobal
108102 (TypePrim
109103 (PrimIntegral PrimInt Signed)),
110- declSpec = DeclSpec
111- CTypeSpec {
112- cTypeSpecIdentifier = Nothing,
113- cTypeSpecInstances =
114- Map.fromList []}},
104+ declSpec = DeclSpec {
105+ declSpecC = Nothing,
106+ declSpecHs = Nothing}},
115107 Decl {
116108 declInfo = DeclInfo {
117109 declLoc = "adios.h:24:18",
@@ -132,11 +124,9 @@ TranslationUnit {
132124 TypeQualifierConst
133125 (TypePrim
134126 (PrimIntegral PrimInt Signed))),
135- declSpec = DeclSpec
136- CTypeSpec {
137- cTypeSpecIdentifier = Nothing,
138- cTypeSpecInstances =
139- Map.fromList []}},
127+ declSpec = DeclSpec {
128+ declSpecC = Nothing,
129+ declSpecHs = Nothing}},
140130 Decl {
141131 declInfo = DeclInfo {
142132 declLoc = "adios.h:27:6",
@@ -159,11 +149,9 @@ TranslationUnit {
159149 FunctionAttributes
160150 ImpureFunction,
161151 functionRes = TypeVoid},
162- declSpec = DeclSpec
163- CTypeSpec {
164- cTypeSpecIdentifier = Nothing,
165- cTypeSpecInstances =
166- Map.fromList []}},
152+ declSpec = DeclSpec {
153+ declSpecC = Nothing,
154+ declSpecHs = Nothing}},
167155 Decl {
168156 declInfo = DeclInfo {
169157 declLoc = "adios.h:31:6",
@@ -186,9 +174,7 @@ TranslationUnit {
186174 FunctionAttributes
187175 ImpureFunction,
188176 functionRes = TypeVoid},
189- declSpec = DeclSpec
190- CTypeSpec {
191- cTypeSpecIdentifier = Nothing,
192- cTypeSpecInstances =
193- Map.fromList []}}],
177+ declSpec = DeclSpec {
178+ declSpecC = Nothing,
179+ declSpecHs = Nothing}}],
194180 unitDeps = ["adios"]}
0 commit comments