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

@@ -77,7 +77,3 @@ void AddObjFiles (int argc, char* argv [])
/* Successful end */
exit (EXIT_SUCCESS);
}

View File

@@ -52,7 +52,3 @@ void AddObjFiles (int argc, char* argv []);
/* End of add.h */
#endif

View File

@@ -78,7 +78,3 @@ void DelObjFiles (int argc, char* argv [])
/* Successful end */
exit (EXIT_SUCCESS);
}

View File

@@ -52,7 +52,3 @@ void DelObjFiles (int argc, char* argv []);
/* End of del.h */
#endif

View File

@@ -89,6 +89,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

@@ -147,6 +147,3 @@ const ObjData* ExpFind (const char* Name)
/* Not found */
return 0;
}

View File

@@ -67,6 +67,3 @@ const struct ObjData* ExpFind (const char* Name);
/* End of exports.h */
#endif

View File

@@ -77,6 +77,3 @@ void ExtractObjFiles (int argc, char* argv [])
/* Successful end */
exit (EXIT_SUCCESS);
}

View File

@@ -52,7 +52,3 @@ void ExtractObjFiles (int argc, char* argv []);
/* End of extract.h */
#endif

View File

@@ -201,54 +201,3 @@ void* ReadData (FILE* F, void* Data, unsigned Size)
}
return Data;
}

View File

@@ -89,6 +89,3 @@ void* ReadData (FILE* F, void* Data, unsigned Size);
/* End of fileio.h */
#endif

View File

@@ -40,6 +40,3 @@
/*****************************************************************************/
/* Data */
/*****************************************************************************/

View File

@@ -47,6 +47,3 @@
/* End of global.h */
#endif

View File

@@ -405,6 +405,3 @@ void LibClose (void)
Error ("Problem deleting temporary library file: %s", strerror (errno));
}
}

View File

@@ -83,6 +83,3 @@ void LibClose (void);
/* End of library.h */
#endif

View File

@@ -84,6 +84,3 @@ void ListObjFiles (int argc, char* argv [])
/* Successful end */
exit (EXIT_SUCCESS);
}

View File

@@ -52,7 +52,3 @@ void ListObjFiles (int argc, char* argv []);
/* End of list.h */
#endif

View File

@@ -137,6 +137,3 @@ int main (int argc, char* argv [])
/* Return an apropriate exit code */
return EXIT_SUCCESS;
}

View File

@@ -167,6 +167,3 @@ void DelObjData (const char* Module)
/* Not found! */
Warning ("Module `%s' not found in library `%s'", Module, LibName);
}

View File

@@ -108,6 +108,3 @@ void DelObjData (const char* Module);
/* End of objdata.h */
#endif

View File

@@ -337,6 +337,3 @@ void ObjExtract (const char* Name)
Error ("Cannot set mod time on `%s': %s", Name, strerror (errno));
}
}

View File

@@ -74,6 +74,3 @@ void ObjExtract (const char* Name);
/* End of objfile.h */
#endif