diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-15 21:40:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-15 21:40:15 +0000 |
commit | d58ab9dc926b4cd7397cda2334aa13222dc4f15f (patch) | |
tree | e6d53d0c710570cbf96017274e7761ba6ce3c45f /Master/texmf-dist/tex | |
parent | da62395886e9631f8639036d64e5164caa9f867b (diff) |
fp (15jan19)
git-svn-id: svn://tug.org/texlive/trunk@49719 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/fp/fp-exp.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fp/lfp.sty | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fp/fp-exp.sty b/Master/texmf-dist/tex/latex/fp/fp-exp.sty index 04a47384406..19da37ae461 100644 --- a/Master/texmf-dist/tex/latex/fp/fp-exp.sty +++ b/Master/texmf-dist/tex/latex/fp/fp-exp.sty @@ -441,7 +441,7 @@ \fi% } -\def\FP@pow#1#2#3{ +\def\FP@pow#1#2#3{% % #1 macro, which gets the result % #2 base % #3 exponent diff --git a/Master/texmf-dist/tex/latex/fp/lfp.sty b/Master/texmf-dist/tex/latex/fp/lfp.sty index a560a645d6a..3b6728974c5 100644 --- a/Master/texmf-dist/tex/latex/fp/lfp.sty +++ b/Master/texmf-dist/tex/latex/fp/lfp.sty @@ -10,7 +10,7 @@ \edef\FP@loadedfiles{fp.tex} \def\FP@alreadyloaded#1{} -\def\FP@notyetloaded#1{ +\def\FP@notyetloaded#1{% \edef\FP@loadedfiles{\FP@loadedfiles,#1} \input #1.sty } |