summaryrefslogtreecommitdiff
path: root/src/devices/grotty
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/devices/grotty
parenta69772d10c2b2ea164b712c7e05f9667caa1ba4a (diff)
downloadgroff-6d74082d44b9c94bfe519ff30329f95d023aab1e.tar.gz
Renamed all `*.cc' files to `*.cpp'.
Updated all configuration files, makefiles, and documentation.
Diffstat (limited to 'src/devices/grotty')
-rw-r--r--src/devices/grotty/Makefile.sub2
-rw-r--r--src/devices/grotty/tty.cpp (renamed from src/devices/grotty/tty.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grotty/Makefile.sub b/src/devices/grotty/Makefile.sub
index 8802674c..2ec77a54 100644
--- a/src/devices/grotty/Makefile.sub
+++ b/src/devices/grotty/Makefile.sub
@@ -3,4 +3,4 @@ MAN1=grotty.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)
OBJS=tty.$(OBJEXT)
-CCSRCS=$(srcdir)/tty.cc
+CCSRCS=$(srcdir)/tty.cpp
diff --git a/src/devices/grotty/tty.cc b/src/devices/grotty/tty.cpp
index c44f627c..c44f627c 100644
--- a/src/devices/grotty/tty.cc
+++ b/src/devices/grotty/tty.cpp