Browse code

add tcl language support for the hinter (uses tcl hinter instead of C hinter if first line starts with # and has tclsh, wish or expect)

Dario Rodriguez authored on 21/02/2022 19:05:43
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+extern const char *index_prototypes_tcl;
2
+extern const char *values_prototypes_tcl;
3
+#define SIZE_PROTOTYPES_TCL 570