projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98c6d3
)
(enum quoting style): New enum clocale_quoting_style.
author
Jim Meyering
<jim@meyering.net>
Fri, 14 Jul 2000 11:27:00 +0000
(11:27 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 14 Jul 2000 11:27:00 +0000
(11:27 +0000)
lib/quotearg.h
patch
|
blob
|
history
diff --git
a/lib/quotearg.h
b/lib/quotearg.h
index cd7d345e03cc93d6c5172a8cb89b00ed28766087..f6463b1aa3bb4457cc6e266d6e08eb45b479e4f9 100644
(file)
--- 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. */