From 739588f9c334eb787b5c0fbc7816ce927d04a288 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 17 Feb 1999 20:52:02 +0000 Subject: [PATCH] Renamed bucketutils.c -> bucketutils.cxx --- Bucket/Makefile.am | 2 +- Bucket/{bucketutils.c => bucketutils.cxx} | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename Bucket/{bucketutils.c => bucketutils.cxx} (98%) diff --git a/Bucket/Makefile.am b/Bucket/Makefile.am index 34904d0a..aea10a49 100644 --- a/Bucket/Makefile.am +++ b/Bucket/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libBucket.a -libBucket_a_SOURCES = bucketutils.c bucketutils.h bucketutils.hxx \ +libBucket_a_SOURCES = bucketutils.cxx bucketutils.h bucketutils.hxx \ newbucket.cxx newbucket.hxx bin_PROGRAMS = testbucket diff --git a/Bucket/bucketutils.c b/Bucket/bucketutils.cxx similarity index 98% rename from Bucket/bucketutils.c rename to Bucket/bucketutils.cxx index ad210f7d..9f0ed965 100644 --- a/Bucket/bucketutils.c +++ b/Bucket/bucketutils.cxx @@ -265,6 +265,9 @@ int main() { // $Log$ +// Revision 1.1 1999/02/17 20:52:05 curt +// Renamed bucketutils.c -> bucketutils.cxx +// // Revision 1.5 1998/12/09 18:48:08 curt // Use C++ style comments. //