sys-file-reader: Get rid of longjmp().
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 16 Feb 2014 07:11:56 +0000 (23:11 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 16 Feb 2014 07:15:18 +0000 (23:15 -0800)
longjmp() makes code harder to understand, and I was finding its
usage here was making it harder for me to make reasonable changes
to the system file reader.


No differences found