summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/strclass.h
blob: e1799f1ac4e8e1755eff02832e8c9df3b29a5267 (plain)
1
2
3
4
5
6
7
8
#ifndef _strclass_h
#ifdef __GNUG__
#pragma once
#endif
#define _strclass_h
#include <String.h>
typedef class String string;
#endif