summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-15 15:13:06 +0000
committerwlemb <wlemb>2003-04-15 15:13:06 +0000
commit6d74082d44b9c94bfe519ff30329f95d023aab1e (patch)
tree0aa414dd846dfa3fe28824caa4f01f575d77721a /src/include
parenta69772d10c2b2ea164b712c7e05f9667caa1ba4a (diff)
downloadgroff-6d74082d44b9c94bfe519ff30329f95d023aab1e.tar.gz
Renamed all `*.cc' files to `*.cpp'.
Updated all configuration files, makefiles, and documentation.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/html-strings.h4
-rw-r--r--src/include/lib.h2
-rw-r--r--src/include/printer.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/include/html-strings.h b/src/include/html-strings.h
index 23a36d16..fd757c3f 100644
--- a/src/include/html-strings.h
+++ b/src/include/html-strings.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
Written by Gaius Mulley (gaius@glam.ac.uk).
This file is part of groff.
@@ -20,7 +20,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/*
* defines the image tags issued by the pre-processors (tbl, pic, eqn)
- * and later detected by pre-html.cc
+ * and later detected by pre-html.cpp
*/
#define HTML_IMAGE_INLINE_BEGIN "\\O[HTML-IMAGE-INLINE-BEGIN]"
diff --git a/src/include/lib.h b/src/include/lib.h
index de4c9cd9..3e6cb231 100644
--- a/src/include/lib.h
+++ b/src/include/lib.h
@@ -69,7 +69,7 @@ extern "C" {
#ifndef HAVE_MKSTEMP
/* since mkstemp() is defined as a real C++ function if taken from
- groff's mkstemp.cc we need a declaration */
+ groff's mkstemp.cpp we need a declaration */
int mkstemp(char *tmpl);
#endif /* HAVE_MKSTEMP */
diff --git a/src/include/printer.h b/src/include/printer.h
index a0fe4ea2..3976215b 100644
--- a/src/include/printer.h
+++ b/src/include/printer.h
@@ -33,7 +33,7 @@
postprocessor only needs to implement a derived class of `printer' and
a suitable function `make_printer' for the device-dependent tasks.
Then the methods of class `printer' are called automatically by
- `do_file()' in `input.cc'.
+ `do_file()' in `input.cpp'.
*/
#include "color.h"