chiark / gitweb /
all entrypoints done now; loads
[chiark-tcl.git] / base / tcmdifgen
index 4b675968217e6d0f09dc6dfa2339749551db37d9..bd972454147bb0151f7aacd889f55cf14c458628 100755 (executable)
@@ -66,7 +66,7 @@
 #     where C-ARRAY-NAME is TABLENAME, with `_entries' appended
 #     and `cht_' prepended.  The entries are indented one level (one
 #     or more spaces) and look like this:
-#        ENTRYNAME
+#        ENTRYNAME [ C-EXTRA-ENTRY-VALUES ]
 #            FORMALARGNAME   TYPE
 #            ...
 #          [ =>  RESULT-TYPE ]
 #     messages.  It suppresses `TABLENAME ' from the front of the
 #     autogenerated argument parsing error strings.
 #
-#  ExtraEntry C-ENTRY-TYPE
+#  EntryExtra C-ENTRY-TYPE
 #     Introduces a section of additional C code which will be inserted
 #     into the definition of C-ENTRY-TYPE by `Table'.  The C
 #     code, which follows on several indented lines, should be
 #     structure member definitions.
 #
-#     When ExtraEntry is used, in the corresponding Table, each
+#     When EntryExtra is used, in the corresponding Table, each
 #     ENTRYNAME should be followed on the same line by whitespace and
 #     EXTRA-VALUES; the EXTRA-VALUES are used as initialisers for the
 #     additional structure elements.