# HG changeset patch # User jwe # Date 748343195 0 # Node ID a20da3b44f08ab1448bb193664a979fce5646fa1 # Parent e122c49e9726c72333a36148454e1de89babd36d [project @ 1993-09-18 09:06:35 by jwe] diff -r e122c49e9726 -r a20da3b44f08 src/parse.h --- a/src/parse.h Sat Sep 18 09:06:12 1993 +0000 +++ b/src/parse.h Sat Sep 18 09:06:35 1993 +0000 @@ -84,6 +84,10 @@ // Nonzero means we're working on a plot command. extern int plotting; +// Nonzero means we've seen something that means we must be past the +// range part of a plot command. +extern int past_plot_range; + // Nonzero means we're looking at the range part of a plot command. extern int in_plot_range;