@@ -27,11 +27,11 @@ TranslationUnit {
2727 typedefType = TypePrim
2828 (PrimIntegral PrimInt Signed)},
2929 declSpec = DeclSpec
30- TypeSpec {
31- typeSpecModule = Nothing,
32- typeSpecIdentifier = Nothing,
33- typeSpecInstances = Map.fromList
34- []}},
30+ CTypeSpec {
31+ cTypeSpecModule = Nothing,
32+ cTypeSpecIdentifier = Nothing,
33+ cTypeSpecInstances =
34+ Map.fromList []}},
3535 Decl {
3636 declInfo = DeclInfo {
3737 declLoc = "adios.h:12:13",
@@ -59,11 +59,11 @@ TranslationUnit {
5959 typedefType = TypePrim
6060 (PrimIntegral PrimInt Signed)},
6161 declSpec = DeclSpec
62- TypeSpec {
63- typeSpecModule = Nothing,
64- typeSpecIdentifier = Nothing,
65- typeSpecInstances = Map.fromList
66- []}},
62+ CTypeSpec {
63+ cTypeSpecModule = Nothing,
64+ cTypeSpecIdentifier = Nothing,
65+ cTypeSpecInstances =
66+ Map.fromList []}},
6767 Decl {
6868 declInfo = DeclInfo {
6969 declLoc = "adios.h:18:6",
@@ -87,11 +87,11 @@ TranslationUnit {
8787 ImpureFunction,
8888 functionRes = TypeVoid},
8989 declSpec = DeclSpec
90- TypeSpec {
91- typeSpecModule = Nothing,
92- typeSpecIdentifier = Nothing,
93- typeSpecInstances = Map.fromList
94- []}},
90+ CTypeSpec {
91+ cTypeSpecModule = Nothing,
92+ cTypeSpecIdentifier = Nothing,
93+ cTypeSpecInstances =
94+ Map.fromList []}},
9595 Decl {
9696 declInfo = DeclInfo {
9797 declLoc = "adios.h:21:12",
@@ -111,11 +111,11 @@ TranslationUnit {
111111 (TypePrim
112112 (PrimIntegral PrimInt Signed)),
113113 declSpec = DeclSpec
114- TypeSpec {
115- typeSpecModule = Nothing,
116- typeSpecIdentifier = Nothing,
117- typeSpecInstances = Map.fromList
118- []}},
114+ CTypeSpec {
115+ cTypeSpecModule = Nothing,
116+ cTypeSpecIdentifier = Nothing,
117+ cTypeSpecInstances =
118+ Map.fromList []}},
119119 Decl {
120120 declInfo = DeclInfo {
121121 declLoc = "adios.h:24:18",
@@ -136,11 +136,11 @@ TranslationUnit {
136136 (TypePrim
137137 (PrimIntegral PrimInt Signed))),
138138 declSpec = DeclSpec
139- TypeSpec {
140- typeSpecModule = Nothing,
141- typeSpecIdentifier = Nothing,
142- typeSpecInstances = Map.fromList
143- []}},
139+ CTypeSpec {
140+ cTypeSpecModule = Nothing,
141+ cTypeSpecIdentifier = Nothing,
142+ cTypeSpecInstances =
143+ Map.fromList []}},
144144 Decl {
145145 declInfo = DeclInfo {
146146 declLoc = "adios.h:27:6",
@@ -164,11 +164,11 @@ TranslationUnit {
164164 ImpureFunction,
165165 functionRes = TypeVoid},
166166 declSpec = DeclSpec
167- TypeSpec {
168- typeSpecModule = Nothing,
169- typeSpecIdentifier = Nothing,
170- typeSpecInstances = Map.fromList
171- []}},
167+ CTypeSpec {
168+ cTypeSpecModule = Nothing,
169+ cTypeSpecIdentifier = Nothing,
170+ cTypeSpecInstances =
171+ Map.fromList []}},
172172 Decl {
173173 declInfo = DeclInfo {
174174 declLoc = "adios.h:31:6",
@@ -192,9 +192,9 @@ TranslationUnit {
192192 ImpureFunction,
193193 functionRes = TypeVoid},
194194 declSpec = DeclSpec
195- TypeSpec {
196- typeSpecModule = Nothing,
197- typeSpecIdentifier = Nothing,
198- typeSpecInstances = Map.fromList
199- []}}],
195+ CTypeSpec {
196+ cTypeSpecModule = Nothing,
197+ cTypeSpecIdentifier = Nothing,
198+ cTypeSpecInstances =
199+ Map.fromList []}}],
200200 unitDeps = ["adios"]}
0 commit comments