X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/91e1aa523d1d08d903f42055c3021e2006b9d20a..5b7f88c7f24c3ca04bbb00860f5c429096ee8ce7:/src/assoc.c diff --git a/src/assoc.c b/src/assoc.c index 80a2b43c..226a3519 100644 --- 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";