Skip to content
Snippets Groups Projects
Commit aa5f4384 authored by Raymond Toy's avatar Raymond Toy
Browse files

Regenerated.

parent b845fa96
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ msgstr "" ...@@ -316,7 +316,7 @@ msgstr ""
msgid "Method ~S not defined for ~S" msgid "Method ~S not defined for ~S"
msgstr "" msgstr ""
#: src/compiler/x86/c-call.lisp #: src/compiler/x86/c-callback.lisp
msgid "" msgid ""
"Cons up a piece of code which calls call-callback with INDEX and a\n" "Cons up a piece of code which calls call-callback with INDEX and a\n"
"pointer to the arguments." "pointer to the arguments."
......
...@@ -2004,26 +2004,26 @@ msgstr "" ...@@ -2004,26 +2004,26 @@ msgstr ""
msgid "Can't use :out or :in-out on pointer-like type:~% ~S" msgid "Can't use :out or :in-out on pointer-like type:~% ~S"
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "Vector of all callbacks." msgid "Vector of all callbacks."
msgstr "" msgstr ""
   
#: src/compiler/tn.lisp src/compiler/main.lisp src/code/describe.lisp #: src/compiler/tn.lisp src/compiler/main.lisp src/code/describe.lisp
#: src/code/debug-int.lisp src/code/debug-info.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/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." msgid "~S is not an array with a fill-pointer."
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "Unable to mprotect ~S bytes (~S) at ~S (~S). Callbacks may not work." msgid "Unable to mprotect ~S bytes (~S) at ~S (~S). Callbacks may not work."
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "Return the trampoline pointer for the callback NAME." msgid "Return the trampoline pointer for the callback NAME."
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "" msgid ""
"~\n" "~\n"
"Attempt to redefine callback with incompatible return type.\n" "Attempt to redefine callback with incompatible return type.\n"
...@@ -2031,20 +2031,20 @@ msgid "" ...@@ -2031,20 +2031,20 @@ msgid ""
" New type is: ~A" " New type is: ~A"
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "~\n" msgid "~\n"
"Create new trampoline (old trampoline calls old lisp function)." "Create new trampoline (old trampoline calls old lisp function)."
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "Unsupported argument type: ~A" msgid "Unsupported argument type: ~A"
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "Unsupported return type: ~A" msgid "Unsupported return type: ~A"
msgstr "" msgstr ""
   
#: src/code/alieneval.lisp #: src/code/alien-callback.lisp
msgid "" msgid ""
"(defcallback NAME (RETURN-TYPE {(ARG-NAME ARG-TYPE)}*)\n" "(defcallback NAME (RETURN-TYPE {(ARG-NAME ARG-TYPE)}*)\n"
" {doc-string} {decls}* {FORM}*)\n" " {doc-string} {decls}* {FORM}*)\n"
...@@ -2152,6 +2152,10 @@ msgstr "" ...@@ -2152,6 +2152,10 @@ msgstr ""
msgid "The number of bits to process at a time." msgid "The number of bits to process at a time."
msgstr "" msgstr ""
   
#: src/code/bit-bash.lisp
msgid "The number of bytes to process at a time."
msgstr ""
#: src/code/bit-bash.lisp #: src/code/bit-bash.lisp
msgid "" msgid ""
"The maximum number of bits that can be dealt with during a single call." "The maximum number of bits that can be dealt with during a single call."
...@@ -16786,7 +16790,7 @@ msgid "" ...@@ -16786,7 +16790,7 @@ msgid ""
msgstr "" msgstr ""
   
#: src/compiler/disassem.lisp #: 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 "" msgstr ""
   
#: src/compiler/disassem.lisp #: src/compiler/disassem.lisp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment