summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/vptovf.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-24 13:22:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-24 13:22:01 +0000
commitc103b7963628e6ff10a1fc025aebd0bba5f72a55 (patch)
tree25e9438a01335ef3daf640e7abebc56a71b12327 /Build/source/texk/web2c/vptovf.ch
parenta6e06905e901ade43945a363fc719e6ada2d3836 (diff)
pltotf, vptovf, and Co: scanning real numbers
git-svn-id: svn://tug.org/texlive/trunk@25190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/vptovf.ch')
-rw-r--r--Build/source/texk/web2c/vptovf.ch6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/vptovf.ch b/Build/source/texk/web2c/vptovf.ch
index 2c859b76ee7..8c62af94142 100644
--- a/Build/source/texk/web2c/vptovf.ch
+++ b/Build/source/texk/web2c/vptovf.ch
@@ -106,6 +106,12 @@ begin while loc=limit do fill_buffer;
begin cur_char:=xord[buffer[loc+1]];
@z
+@x [73] Interpret '--' as '+', not '-'.
+ begin cur_char:=" "; negative:=true;
+@y
+ begin cur_char:=" "; negative:=not negative;
+@z
+
% [89] `index' is not a good choice for an identifier on Unix systems.
% Neither is `class', on AIX.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%