changeset 2737:8e2d46a9cd99

(enum quoting style): New enum clocale_quoting_style.
author Jim Meyering <jim@meyering.net>
date Fri, 14 Jul 2000 11:27:00 +0000
parents af22c6dccf1c
children cd757872b012
files lib/quotearg.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/quotearg.h
+++ b/lib/quotearg.h
@@ -25,7 +25,8 @@
     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.  */