From aa5f43846440d0fc20be6cb1edc5196ac6736165 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sun, 23 Dec 2012 12:15:46 -0800
Subject: [PATCH] Regenerated.

---
 src/i18n/locale/cmucl-x86-vm.pot |  2 +-
 src/i18n/locale/cmucl.pot        | 24 ++++++++++++++----------
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/src/i18n/locale/cmucl-x86-vm.pot b/src/i18n/locale/cmucl-x86-vm.pot
index 4ecc40924..14dd9b1b0 100644
--- a/src/i18n/locale/cmucl-x86-vm.pot
+++ b/src/i18n/locale/cmucl-x86-vm.pot
@@ -316,7 +316,7 @@ msgstr ""
 msgid "Method ~S not defined for ~S"
 msgstr ""
 
-#: src/compiler/x86/c-call.lisp
+#: src/compiler/x86/c-callback.lisp
 msgid ""
 "Cons up a piece of code which calls call-callback with INDEX and a\n"
 "pointer to the arguments."
diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot
index 7dabde43b..2d3c5ad5e 100644
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -2004,26 +2004,26 @@ msgstr ""
 msgid "Can't use :out or :in-out on pointer-like type:~%  ~S"
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid "Vector of all callbacks."
 msgstr ""
 
 #: src/compiler/tn.lisp src/compiler/main.lisp src/code/describe.lisp
 #: src/code/debug-int.lisp src/code/debug-info.lisp
 #: src/code/foreign-linkage.lisp src/code/reader.lisp src/code/stream.lisp
-#: src/code/hash-new.lisp src/code/array.lisp src/code/alieneval.lisp
+#: src/code/hash-new.lisp src/code/array.lisp src/code/alien-callback.lisp
 msgid "~S is not an array with a fill-pointer."
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid "Unable to mprotect ~S bytes (~S) at ~S (~S).  Callbacks may not work."
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid "Return the trampoline pointer for the callback NAME."
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid ""
 "~\n"
 "Attempt to redefine callback with incompatible return type.\n"
@@ -2031,20 +2031,20 @@ msgid ""
 "    New type is: ~A"
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid "~\n"
 "Create new trampoline (old trampoline calls old lisp function)."
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid "Unsupported argument type: ~A"
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid "Unsupported return type: ~A"
 msgstr ""
 
-#: src/code/alieneval.lisp
+#: src/code/alien-callback.lisp
 msgid ""
 "(defcallback NAME (RETURN-TYPE {(ARG-NAME ARG-TYPE)}*)\n"
 "     {doc-string} {decls}* {FORM}*)\n"
@@ -2152,6 +2152,10 @@ msgstr ""
 msgid "The number of bits to process at a time."
 msgstr ""
 
+#: src/code/bit-bash.lisp
+msgid "The number of bytes to process at a time."
+msgstr ""
+
 #: src/code/bit-bash.lisp
 msgid ""
 "The maximum number of bits that can be dealt with during a single call."
@@ -16786,7 +16790,7 @@ msgid ""
 msgstr ""
 
 #: src/compiler/disassem.lisp
-msgid "Instructions either aren't related or conflict in some way:~% ~s"
+msgid "Instructions either aren't related or conflict in some way:~%"
 msgstr ""
 
 #: src/compiler/disassem.lisp
-- 
GitLab