1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

tweak comments

This commit is contained in:
Jim Meyering
2000-07-29 06:09:22 +00:00
parent f247c7bd44
commit e6db9876a0
+5 -5
View File
@@ -25,12 +25,12 @@
/* Optional flags to influence mbswidth/mbsnwidth behavior. */
/* Assume invalid characters have width 0. If this is not set, the
functions return -1 if an invalid or incomplete character occurs. */
#define MBSW_ACCEPT_INVALID 1
/* Assume invalid characters have width 0. If this is zero, the
functions return -1 if they find an invalid or incomplete character. */
#define MBSW_ACCEPT_INVALID 1
/* Assume unprintable characters have width 1. If this is not set, the
functions return -1 if a non-printable character occurs. */
/* Assume unprintable characters have width 1. If this is zero, the
functions return -1 if they find a non-printable character. */
#define MBSW_ACCEPT_UNPRINTABLE 2
/* Returns the number of screen columns needed for STRING. */