Update copyright date; remove old CVS keyword
[ctsim.git] / libctgraphics / pol.cpp
index f433e5fd10b6ddcefc8c787dea46cd2a634bd5e8..e02cdec4fb68b7268584c306dca0bb8b12cdee8a 100644 (file)
@@ -4,9 +4,7 @@
 **   POL - Problem Oriented Language
 **
 **  This is part of the CTSim program
-**  Copyright (c) 1983-2001 Kevin Rosenberg
-**
-**  $Id$
+**  Copyright (c) 1983-2009 Kevin Rosenberg
 **
 **  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
@@ -135,7 +133,7 @@ POL::addKeyword (const char* const str, int code)
 */
 
 bool
-POL::readWord (char *search, int nlet)
+POL::readWord (const char *search, int nlet)
 {
   tok (&token);
   if (m_bTrace)
@@ -821,7 +819,7 @@ POL::type (int c)
 */
 
 void
-POL::usefile (int source, char *fn)
+POL::usefile (int source, const char *fn)
 {
   FILE *fp;