1105b7eff4
* gdb.cp: New directory. * gdb.cp/*: Copy from gdb.c++/*. * gdb.c++/*: Remove. * Makefile.in: Change gdb.c++ to gdb.cp. * configure.in: Ditto. * configure: Regnerate.
11 lines
173 B
C++
11 lines
173 B
C++
// 2002-08-16
|
|
|
|
class gnu_obj_4
|
|
{
|
|
public:
|
|
static const int elsewhere;
|
|
static const int nowhere;
|
|
// At some point, perhaps:
|
|
// static const int everywhere = 317;
|
|
};
|
|
|