From 1cb2da359930d980b7ef827d4d46225e1988c478 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 15 Jan 2006 15:29:12 +0000 Subject: [PATCH] correct doc comment re EntryExtra --- base/tcmdifgen | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base/tcmdifgen b/base/tcmdifgen index 4b67596..bd97245 100755 --- a/base/tcmdifgen +++ b/base/tcmdifgen @@ -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 ] @@ -93,13 +93,13 @@ # 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. -- 2.30.2