projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a6930
)
(assoc_to_string): Wrap strings in _() if they need translation.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:34:51 +0000
(14:34 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:34:51 +0000
(14:34 +0000)
src/assoc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/assoc.c
b/src/assoc.c
index 226a35198daabc6e1f7060a7856ff167e9150ca6..80a2b43c4fef221a85cb9daf42b017f11fd325d8 100644
(file)
--- a/
src/assoc.c
+++ b/
src/assoc.c
@@
-28,7
+28,7
@@
assoc_to_string (assoc_t assoc)
switch (assoc)
{
case undef_assoc:
- return
"undefined associativity"
;
+ return
_("undefined associativity")
;
case right_assoc:
return "%right";