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

@@ -502,6 +502,3 @@ void Convert (const O65Data* D)
fprintf (F, ".end\n");
fclose (F);
}

View File

@@ -63,6 +63,3 @@ void Convert (const struct O65Data* D);
/* End of convert.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

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

View File

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

View File

@@ -69,6 +69,3 @@ const char* ZeropageLabel = 0; /* Label for the zeropage segmen
/* Flags */
unsigned char DebugInfo = 0; /* Enable debug info */
unsigned char NoOutput = 0; /* Suppress the actual conversion */

View File

@@ -72,6 +72,3 @@ extern unsigned char NoOutput; /* Suppress the actual conversion */
/* End of global.h */
#endif

View File

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

View File

@@ -91,6 +91,3 @@ O65Model FindModel (const char* ModelName)
}
return O65_MODEL_INVALID;
}

View File

@@ -81,6 +81,3 @@ O65Model FindModel (const char* ModelName);
/* End of model.h */
#endif

View File

@@ -434,6 +434,3 @@ const char* GetO65OptionText (const O65Option* O)
Buf[I] = '\0';
return Buf;
}

View File

@@ -230,8 +230,5 @@ const char* GetO65OptionText (const O65Option* O);
/* End of o65.h */
#endif