# HG changeset patch # User jwe # Date 749795667 0 # Node ID 8f91a9cbf4519027ab8ec5c0054b2d5491ac5556 # Parent b891106886252f6c2963282bb77ca56f88c1cd88 [project @ 1993-10-05 04:34:27 by jwe] diff -r b89110688625 -r 8f91a9cbf451 src/lex.l --- a/src/lex.l Tue Oct 05 04:02:37 1993 +0000 +++ b/src/lex.l Tue Oct 05 04:34:27 1993 +0000 @@ -1287,7 +1287,8 @@ // See if we have a plot keyword (title, using, or with). - if (plotting && cant_be_identifier && is_plot_keyword (tok); + int plot_option_kw = is_plot_keyword (tok); + if (plotting && cant_be_identifier && plot_option_kw) TOK_RETURN (plot_option_kw); // Yes, we really do need both of these plot_range variables. One