Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable).

As wpaul notes, I was trying to fix something that wasn't broke.
This commit is contained in:
Bill Fumerola 1999-12-25 03:50:42 +00:00
parent b9256fe34e
commit 0aa40784a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55095

View File

@ -89,7 +89,7 @@ char *argv[];
puts(SIG1);
puts(SIG2);
puts(" */");
printf("\n\nconst char data_file[] =\n{");
printf("\n\nchar data_file[] =\n{");
srandom(SEED);
count = 0;
linestart = YES;