r316: c++ conversions to POL
[ctsim.git] / libctgraphics / ezplot.cpp
index 383136105a76a91ec5bdf119aec638bf1f3f191c..72f7e5149fbbfdbc9ff0ea53b4b5ed810db6e397 100644 (file)
@@ -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();\r
-    m_pol.skpword ("please");\r
-    m_pol.skpword ("use");\r
-    m_pol.skpword ("are");\r
-    m_pol.skpword ("and");\r
-    m_pol.skpword ("is");\r
-    m_pol.skpword ("the");\r
-    m_pol.skpword ("equals");\r
-    m_pol.skpchar ("=");\r
+    m_pol.addSkipWord ("please");\r
+    m_pol.addSkipWord ("use");\r
+    m_pol.addSkipWord ("are");\r
+    m_pol.addSkipWord ("and");\r
+    m_pol.addSkipWord ("is");\r
+    m_pol.addSkipWord ("the");\r
+    m_pol.addSkipWord ("equals");\r
+    m_pol.addSkipChar ('=');\r
     \r
     m_pol.usefile (POL::P_USE_STR,"");\r
     m_pol.set_inputline ("!eoc ,");\r