summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/Pccts/dlg/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CCode/Source/Pccts/dlg/mode.h')
-rw-r--r--Tools/CCode/Source/Pccts/dlg/mode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/CCode/Source/Pccts/dlg/mode.h b/Tools/CCode/Source/Pccts/dlg/mode.h
new file mode 100644
index 0000000000..3f3279e52a
--- /dev/null
+++ b/Tools/CCode/Source/Pccts/dlg/mode.h
@@ -0,0 +1,4 @@
+#define START 0
+#define ACT 1
+#define ACTION_COMMENTS 2
+#define ACTION_CPP_COMMENTS 3