Mercurial > hg > xemacs-beta
comparison src/termcap.c @ 5936:574f0cded429 cygwin
try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Sun, 13 Dec 2015 13:22:58 +0000 |
parents | 308d34e9f07d |
children |
comparison
equal
deleted
inserted
replaced
5935:d5eb0914ca1f | 5936:574f0cded429 |
---|---|
474 bufp->ptr = bufp->beg; | 474 bufp->ptr = bufp->beg; |
475 bufp->full = 0; | 475 bufp->full = 0; |
476 bufp->ateof = 0; | 476 bufp->ateof = 0; |
477 *bufp->ptr = 0; | 477 *bufp->ptr = 0; |
478 | 478 |
479 lseek (fd, 0L, 0); | 479 lseek (fd, E0, 0); |
480 | 480 |
481 while (!bufp->ateof) | 481 while (!bufp->ateof) |
482 { | 482 { |
483 /* Read a line into the buffer. */ | 483 /* Read a line into the buffer. */ |
484 end = 0; | 484 end = 0; |