summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex b/Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
index 9370a219fe3..fcf5503b36b 100644
--- a/Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
+++ b/Master/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
@@ -1,4 +1,4 @@
-% Copyright 2007 by Mark Wibrow
+% Copyright 2019 by Mark Wibrow
%
% This file may be distributed and/or modified
%
@@ -109,7 +109,7 @@
\divide\c@pgfmath@counta by\pgfmath@base\relax%
\let\pgfmath@next\pgfmathbasetodec@@@%
\else
- \pgfmath@error{Digit `#1' invalid for base \pgfmath@base}%
+ \pgfmath@error{Digit `#1' invalid for base \pgfmath@base}{}%
\let\pgfmath@next=\relax%
\fi%
\fi%
@@ -245,10 +245,10 @@
\def\pgfmath@checkbase#1{%
\ifnum#1<2\relax%
- \pgfmath@error{Cannot process numbers in base `#1'.}%
+ \pgfmath@error{Cannot process numbers in base `#1'.}{}%
\else%
\ifnum#1>36\relax%
- \pgfmath@error{Cannot process numbers in base `#1'.}%
+ \pgfmath@error{Cannot process numbers in base `#1'.}{}%
\fi%
\fi}
@@ -256,7 +256,7 @@
\expandafter\pgfmath@checknumber@#1\pgfmath@}
\def\pgfmath@checknumber@#1#2\pgfmath@{%
\ifx#1-%
- \pgfmath@error{Cannot process negative numbers.}%
+ \pgfmath@error{Cannot process negative numbers.}{}%
\fi}
% \pgfmath@ensurenumberlength