Normalized code.
This commit is contained in:
@@ -951,7 +951,3 @@ void DumpObjSegSize (FILE* F, unsigned long Offset)
|
||||
/* Destroy the string pool */
|
||||
DestroyStrPool (&StrPool);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,7 +83,3 @@ void DumpObjSegSize (FILE* F, unsigned long Offset);
|
||||
/* End of dump.h */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -85,6 +85,3 @@ void Internal (const char* Format, ...)
|
||||
va_end (ap);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -63,6 +63,3 @@ void Internal (const char* Format, ...) attribute((noreturn, format(printf,1,2))
|
||||
/* End of error.h */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -246,6 +246,3 @@ void ReadStrPool (FILE* F, Collection* C)
|
||||
CollAppend (C, ReadStr (F));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -97,6 +97,3 @@ void ReadStrPool (FILE* F, Collection* C);
|
||||
/* End of fileio.h */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -44,6 +44,3 @@
|
||||
|
||||
|
||||
unsigned What = 0; /* What should get dumped? */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -65,6 +65,3 @@ extern unsigned What; /* What should get dumped? */
|
||||
/* End of global.h */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -361,6 +361,3 @@ int main (int argc, char* argv [])
|
||||
/* Success */
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user