summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/params_undef.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/sparkler/params_undef.def')
-rw-r--r--src/modules/sparkler/params_undef.def19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/modules/sparkler/params_undef.def b/src/modules/sparkler/params_undef.def
new file mode 100644
index 0000000..f8f8440
--- /dev/null
+++ b/src/modules/sparkler/params_undef.def
@@ -0,0 +1,19 @@
+#ifdef param
+#undef param
+#endif
+
+#ifdef PARAMS_DECLARE_ENUM
+#undef PARAMS_DECLARE_ENUM
+#endif
+
+#ifdef PARAMS_DECLARE_STRUCT
+#undef PARAMS_DECLARE_STRUCT
+#endif
+
+#ifdef PARAMS_IMPLEMENT_SWITCH
+#undef PARAMS_IMPLEMENT_SWITCH
+#endif
+
+#ifdef PARAMS_ASSIGN_DEFAULTS
+#undef PARAMS_ASSIGN_DEFAULTS
+#endif
© All Rights Reserved