mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
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.
12 lines
173 B
C++
12 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;
|
|
};
|
|
|