X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezplot.cpp;h=72f7e5149fbbfdbc9ff0ea53b4b5ed810db6e397;hp=383136105a76a91ec5bdf119aec638bf1f3f191c;hb=df761d2b3cac3d347f4ef0f9f69e88d3bb66b2fa;hpb=65732cc5d8dbf867ed56a021c07c5636cea93b5a diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 3831361..72f7e51 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.24 2000/12/27 03:16:02 kevin Exp $ +** $Id: ezplot.cpp,v 1.25 2000/12/27 20:09:19 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -138,14 +138,14 @@ EZPlot::EZPlot (SGP& sgp) : rSGP (sgp) { initKeywords(); - m_pol.skpword ("please"); - m_pol.skpword ("use"); - m_pol.skpword ("are"); - m_pol.skpword ("and"); - m_pol.skpword ("is"); - m_pol.skpword ("the"); - m_pol.skpword ("equals"); - m_pol.skpchar ("="); + m_pol.addSkipWord ("please"); + m_pol.addSkipWord ("use"); + m_pol.addSkipWord ("are"); + m_pol.addSkipWord ("and"); + m_pol.addSkipWord ("is"); + m_pol.addSkipWord ("the"); + m_pol.addSkipWord ("equals"); + m_pol.addSkipChar ('='); m_pol.usefile (POL::P_USE_STR,""); m_pol.set_inputline ("!eoc ,");