Simplify C++ style in Linker.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-22 16:12:48 +02:00
parent d7592f01e1
commit 29e8d072b7
2 changed files with 9 additions and 22 deletions
+2 -1
View File
@@ -42,7 +42,7 @@ static int hex(char c)
#define NJUMPS 200
#define NSECTIONS 550
struct DefaultLinker::Label
class DefaultLinker::Label
{
char label[31 + 1];
public:
@@ -80,6 +80,7 @@ DefaultLinker::DefaultLinker() :
{
}
void DefaultLinker::init(const void *pdata, int plen, int pinfo)
{
assert(!frozen);