(enum quoting style): New enum clocale_quoting_style.
authorJim Meyering <jim@meyering.net>
Fri, 14 Jul 2000 11:27:00 +0000 (11:27 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Jul 2000 11:27:00 +0000 (11:27 +0000)
lib/quotearg.h

index cd7d345..f6463b1 100644 (file)
@@ -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.  */