X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2a4e2f15af1a697152104af8f46f0ba6aab472ff..b246954f6e1422c732780c8f568b3beb0e386964:/sbr/utils.c diff --git a/sbr/utils.c b/sbr/utils.c index 4c87b38a..ef7df4aa 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -17,6 +17,11 @@ extern void remove_registered_files_atexit(); extern char *mhdocdir; +/* plurals gives the letter ess to indicate a plural noun, or an empty + * string as plurals+1 for the singular noun. Used by the PLURALS + * macro. */ +const char plurals[] = "s"; + /* * We allocate space for messages (msgs array) * this number of elements at a time.