summaryrefslogtreecommitdiff
path: root/support/ltx2x/l2xidftc.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/ltx2x/l2xidftc.h')
-rw-r--r--support/ltx2x/l2xidftc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/support/ltx2x/l2xidftc.h b/support/ltx2x/l2xidftc.h
new file mode 100644
index 0000000000..9889d5ae70
--- /dev/null
+++ b/support/ltx2x/l2xidftc.h
@@ -0,0 +1,13 @@
+/* l2xidftc.h definition strings */
+
+dfntc(UNDEFINED, "undefined")
+dfntc(CONST_DEFN, "constant")
+dfntc(TYPE_DEFN, "type")
+dfntc(VAR_DEFN, "variable")
+dfntc(ATTRIBUTE_DEFN, "attribute")
+dfntc(VALPARM_DEFN, "parameter")
+dfntc(VARPARM_DEFN, "VAR parameter")
+dfntc(PROG_DEFN, "program")
+dfntc(PROC_DEFN, "procedure")
+dfntc(FUNC_DEFN, "function")
+