Consistency cleanups.

committer: mfx <mfx> 978180862 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-30 12:54:22 +00:00
parent ceebd3518b
commit 0b01be7b29
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -55,6 +55,7 @@ public:
protected:
virtual int buildLoader(const Filter *ft);
virtual void handleStub(OutputFile *fo);
virtual bool readFileHeader();
long coff_offset;
@@ -94,7 +95,6 @@ protected:
external_scnhdr_t *text,*data,*bss;
bool readFileHeader();
void stripDebug();
};