commit f00870b36c313c10e88c489fd66b4b9c1cb89828
parent c6b00d83262a6dbccbd88e18efb355dc234174dc
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 6 Feb 2017 14:19:17 +0100
Additions to pivots rename.
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/parser/solparser_pivot.h b/src/parser/solparser_pivot.h
@@ -104,9 +104,9 @@ struct solparser_zx_pivot {
struct solparser_target target;
};
-#define SOLPARSER_zx_PIVOT_NULL__ { 0, {0,0,0}, SOLPARSER_TARGET_NULL__ }
-static const struct solparser_zx_pivot SOLPARSER_zx_PIVOT_NULL =
- SOLPARSER_zx_PIVOT_NULL__;
+#define SOLPARSER_ZX_PIVOT_NULL__ { 0, {0,0,0}, SOLPARSER_TARGET_NULL__ }
+static const struct solparser_zx_pivot SOLPARSER_ZX_PIVOT_NULL =
+ SOLPARSER_ZX_PIVOT_NULL__;
static INLINE void
solparser_zx_pivot_init
@@ -114,7 +114,7 @@ solparser_zx_pivot_init
{
(void) allocator;
ASSERT(zx_pivot);
- *zx_pivot = SOLPARSER_zx_PIVOT_NULL;
+ *zx_pivot = SOLPARSER_ZX_PIVOT_NULL;
}
#endif /* SOLPARSER_PIVOT_H */