Normalized code.

This commit is contained in:
Oliver Schmidt
2014-03-04 01:11:19 +01:00
parent 3e156bdd67
commit 4185caf855
502 changed files with 96 additions and 1660 deletions

View File

@@ -951,7 +951,3 @@ void DumpObjSegSize (FILE* F, unsigned long Offset)
/* Destroy the string pool */
DestroyStrPool (&StrPool);
}

View File

@@ -83,7 +83,3 @@ void DumpObjSegSize (FILE* F, unsigned long Offset);
/* End of dump.h */
#endif

View File

@@ -85,6 +85,3 @@ void Internal (const char* Format, ...)
va_end (ap);
exit (EXIT_FAILURE);
}

View File

@@ -63,6 +63,3 @@ void Internal (const char* Format, ...) attribute((noreturn, format(printf,1,2))
/* End of error.h */
#endif

View File

@@ -246,6 +246,3 @@ void ReadStrPool (FILE* F, Collection* C)
CollAppend (C, ReadStr (F));
}
}

View File

@@ -97,6 +97,3 @@ void ReadStrPool (FILE* F, Collection* C);
/* End of fileio.h */
#endif

View File

@@ -44,6 +44,3 @@
unsigned What = 0; /* What should get dumped? */

View File

@@ -65,6 +65,3 @@ extern unsigned What; /* What should get dumped? */
/* End of global.h */
#endif

View File

@@ -361,6 +361,3 @@ int main (int argc, char* argv [])
/* Success */
return EXIT_SUCCESS;
}