From 325530e630c68c7c10a2f4339f5b43434fcd0329 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 14:19:35 +0000 Subject: Incorporation into IvyLeague Ccu -> Ivl ccu -> ivl Smart pointers disappear (too dangerous) Imakefile disappears (Makefile now) An empty cplus_bugs.h has been created locally --- utils/cplus_bugs.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils/cplus_bugs.h (limited to 'utils/cplus_bugs.h') diff --git a/utils/cplus_bugs.h b/utils/cplus_bugs.h new file mode 100644 index 0000000..63f71b3 --- /dev/null +++ b/utils/cplus_bugs.h @@ -0,0 +1,6 @@ +#ifndef cplus_bug_h_ +#define cplus_bug_h_ + +#define _private public + +#endif /* cplus_bug_h_ */ -- cgit v1.1