xref: /386bsd/usr/src/lib/libg++/g++-include/strclass.h (revision a2142627)
1 #ifndef _strclass_h
2 #ifdef __GNUG__
3 #pragma once
4 #endif
5 #define _strclass_h
6 #include <String.h>
7 typedef class String string;
8 #endif
9