diff options
Diffstat (limited to 'pc/gawkmisc.pc')
-rw-r--r-- | pc/gawkmisc.pc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc index 526c49ff..c6c92a46 100644 --- a/pc/gawkmisc.pc +++ b/pc/gawkmisc.pc @@ -635,7 +635,7 @@ lc_var (int category) }; /* This function assumes LC_* categories are small numbers between 0 - and 5, as shown above, so if that changes at some point, comlain + and 5, as shown above, so if that changes at some point, complain vociferously. */ if (LC_ALL != 0 || LC_CTYPE != 2 || LC_TIME != 5) abort (); |