From: Jim Meyering Date: Fri, 14 Jul 2000 11:27:00 +0000 (+0000) Subject: (enum quoting style): New enum clocale_quoting_style. X-Git-Tag: FILEUTILS-4_0x~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ba7e086e5428d0b5d1ed5fc0e044818ba7f7a27;p=thirdparty%2Fcoreutils.git (enum quoting style): New enum clocale_quoting_style. --- diff --git a/lib/quotearg.h b/lib/quotearg.h index cd7d345e03..f6463b1aa3 100644 --- a/lib/quotearg.h +++ b/lib/quotearg.h @@ -25,7 +25,8 @@ enum quoting_style shell_always_quoting_style, /* --quoting-style=shell-always */ c_quoting_style, /* --quoting-style=c */ escape_quoting_style, /* --quoting-style=escape */ - locale_quoting_style /* --quoting-style=locale */ + locale_quoting_style, /* --quoting-style=locale */ + clocale_quoting_style /* --quoting-style=clocale */ }; /* For now, --quoting-style=literal is the default, but this may change. */