summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in
new file mode 100644
index 00000000..e50a9281
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in
@@ -0,0 +1,17 @@
+##BANNER##
+#ifndef OPTION_ENUM_H_INCLUDED
+#define OPTION_ENUM_H_INCLUDED
+
+#include "option.h"
+
+#ifdef IGNORE // WinBase.h
+#undef IGNORE
+#endif
+
+namespace uncrustify
+{
+
+##ALIASES##
+} // namespace uncrustify
+
+#endif /* OPTION_ENUM_H_INCLUDED */