mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
import gdb-1999-10-25 snapshot
This commit is contained in:
@ -1367,7 +1367,7 @@ fputstrn_unfiltered (str, n, quoter, stream)
|
||||
|
||||
/* Number of lines per page or UINT_MAX if paging is disabled. */
|
||||
static unsigned int lines_per_page;
|
||||
/* Number of chars per line or UNIT_MAX is line folding is disabled. */
|
||||
/* Number of chars per line or UNIT_MAX if line folding is disabled. */
|
||||
static unsigned int chars_per_line;
|
||||
/* Current count of lines printed on this page, chars on this line. */
|
||||
static unsigned int lines_printed, chars_printed;
|
||||
|
Reference in New Issue
Block a user