From fc77c64668de9541b5a3aca96366de26c7bb8b51 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Fri, 3 Jan 2014 14:04:52 -0800 Subject: [PATCH] Regenerate. --- src/i18n/locale/cmucl.pot | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot index d38bc65e1..8ae0b93aa 100644 --- a/src/i18n/locale/cmucl.pot +++ b/src/i18n/locale/cmucl.pot @@ -5040,7 +5040,7 @@ msgid "" "Z may be any number, but the result is always a complex." msgstr "" -#: src/code/irrat.lisp +#: src/code/irrat-dd.lisp src/code/irrat.lisp msgid "" "Compute asin z = -i*log(i*z + sqrt(1-z^2))\n" "\n" @@ -5054,7 +5054,7 @@ msgid "" "Z may be any number, but the result is always a complex." msgstr "" -#: src/code/irrat.lisp +#: src/code/irrat-dd.lisp src/code/irrat.lisp msgid "" "Compute atan z = (log(1+i*z) - log(1-i*z))/(2*i)\n" "\n" @@ -5116,20 +5116,6 @@ msgstr "" msgid "Overflow" msgstr "" -#: src/code/irrat-dd.lisp -msgid "" -"Compute asin z = asinh(i*z)/i\n" -"\n" -"Z may be any number, but the result is always a complex." -msgstr "" - -#: src/code/irrat-dd.lisp -msgid "" -"Compute atan z = atanh (i*z) / i\n" -"\n" -"Z may be any number, but the result is always a complex." -msgstr "" - #: src/compiler/proclaim.lisp msgid "" "~S uses lambda-list keyword naming convention, but is not a recognized " -- GitLab