diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx index ceb2840a810..1e00baa38da 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx @@ -36,7 +36,7 @@ % %<*driver> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3fp-traps.dtx 4179 2012-08-31 15:54:18Z bruno $ +\GetIdInfo$Id: l3fp-traps.dtx 4428 2013-01-10 13:23:29Z bruno $ {L3 Floating-point exception trapping} \documentclass[full]{l3doc} \begin{document} @@ -91,7 +91,7 @@ % Function to turn a flag off. Simply undefine it. % \begin{macrocode} \cs_new_protected:Npn \fp_flag_off:n #1 - { \cs_set_eq:cN { l_@@_ #1 _flag_token } \c_undefined:D } + { \cs_set_eq:cN { l_@@_ #1 _flag_token } \tex_undefined:D } % \end{macrocode} % \end{macro} % @@ -128,10 +128,10 @@ % The \textsc{ieee} standard defines five exceptions. We currently % don't support the \enquote{inexact} exception. % \begin{macrocode} -\cs_new_eq:NN \l_@@_invalid_operation_flag_token \c_undefined:D -\cs_new_eq:NN \l_@@_division_by_zero_flag_token \c_undefined:D -\cs_new_eq:NN \l_@@_overflow_flag_token \c_undefined:D -\cs_new_eq:NN \l_@@_underflow_flag_token \c_undefined:D +\cs_new_eq:NN \l_@@_invalid_operation_flag_token \tex_undefined:D +\cs_new_eq:NN \l_@@_division_by_zero_flag_token \tex_undefined:D +\cs_new_eq:NN \l_@@_overflow_flag_token \tex_undefined:D +\cs_new_eq:NN \l_@@_underflow_flag_token \tex_undefined:D % \end{macrocode} % \end{variable} % |