Added patch for bad fseeks

This commit is contained in:
ceriel 1988-03-23 18:04:08 +00:00
parent 5a047b837b
commit 7baa9e496d

View File

@ -341,6 +341,9 @@ getparams() {
/*
* Now copy the declarations
*/
l = getc(fact); /* patch: some implementations of fseek
do not work properly after "ungetc"
*/
fseek(fact,off,0);
getaction(0);
fputs(" {\n",fpars);