From d8cafeeb93a1c027c7af026466183b1fe864bcc7 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 25 Aug 2003 13:03:52 +0000 Subject: [PATCH] * Renamed *.c into *.cpp because this is C++. git-svn-id: svn://svn.zoy.org/elk/trunk@35 55e467fa-43c5-0310-a8a2-de718669efc6 --- examples/c++/{class.c => class.cpp} | 2 +- examples/c++/{constructor.c => constructor.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/c++/{class.c => class.cpp} (96%) rename examples/c++/{constructor.c => constructor.cpp} (100%) diff --git a/examples/c++/class.c b/examples/c++/class.cpp similarity index 96% rename from examples/c++/class.c rename to examples/c++/class.cpp index fc575b7..1ed51f7 100644 --- a/examples/c++/class.c +++ b/examples/c++/class.cpp @@ -4,7 +4,7 @@ This trivial Elk extension demonstrates encapsulation of a C++ class in a first-class Scheme type, and encapsulation of member functions in Scheme primitives. -See constructor.c in this directory for compilation instructions. +See constructor.cpp in this directory for compilation instructions. Here is a transcript showing a test run under Linux using the GNU g++ compiler: diff --git a/examples/c++/constructor.c b/examples/c++/constructor.cpp similarity index 100% rename from examples/c++/constructor.c rename to examples/c++/constructor.cpp