changeset 114:a20da3b44f08

[project @ 1993-09-18 09:06:35 by jwe]
author jwe
date Sat, 18 Sep 1993 09:06:35 +0000
parents e122c49e9726
children cb9692aa9245
files src/parse.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;