Make the compiler spit out a .c file instead of a .h file.

This commit is contained in:
Jordan K. Hubbard 1994-11-18 08:17:20 +00:00
parent 1885873c70
commit 9cc6cb724f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4608
5 changed files with 10 additions and 0 deletions

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)