* Renamed *.c into *.cpp because this is C++.

git-svn-id: svn://svn.zoy.org/elk/trunk@35 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-08-25 13:03:52 +00:00
parent 9badab245e
commit d8cafeeb93
2 changed files with 1 additions and 1 deletions

View File

@ -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: