K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-09-10T08:26:23.000000Z
K 7
svn:log
V 541
backends/batcher.c:
	- From: KIZU takashi <kizu@ics.es.osaka-u.ac.jp>
	- If any batch file is not opend yet and some kind of signals is
	  trapped, the function RequeueAndExit(-1, NULL, 0L) will be called and
	  the top line in a queue file will be lost.

	  If (BytesInBatch > 0 && BytesInCB + BytesInArt >= BytesInBatch) and
	  (MaxBytes > 0 BytesWritten + BytesInArt >= MaxBytes), then `while
	  (fgets...)' loop is breaked. But the function BATCHclose(F) usually
	  returns 0. Hence `Cookie' is ignored in the function RequeueAndExit().

END
