aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/preproc/html/pushback.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/preproc/html/pushback.h')
-rw-r--r--contrib/groff/src/preproc/html/pushback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/groff/src/preproc/html/pushback.h b/contrib/groff/src/preproc/html/pushback.h
index 93cb3f1a4e82..608bac53991e 100644
--- a/contrib/groff/src/preproc/html/pushback.h
+++ b/contrib/groff/src/preproc/html/pushback.h
@@ -1,5 +1,5 @@
// -*- C -*-
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
Written by Gaius Mulley (gaius@glam.ac.uk).
This file is part of groff.
@@ -23,7 +23,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/*
- * defines the class and methods implemented within pushbackbuffer.cc
+ * defines the class and methods implemented within pushback.cpp
*/
class pushBackBuffer
@@ -48,7 +48,7 @@ class pushBackBuffer
float readNumber (void);
int readInt (void);
char *readString (void);
- int isString (char *string);
+ int isString (const char *string);
};