Add a lookahead mechanism for reading beyond the current input line.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 May 2019 22:21:12 +0000 (18:21 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 May 2019 22:21:12 +0000 (18:21 -0400)
commit691ff7ca0ec314b9845934f5df006469d1e24172
tree16823c057a4ade269ecae71c488fea2c170d3712
parentc34fe57715d68364f22240d97bb3fb6b668be29d
Add a lookahead mechanism for reading beyond the current input line.

It's truly remarkable that indent has survived this long without
growing such a capability.  (The bp_save stuff seems to be a sort
of half-baked version of it, with restricted functionality and
limited buffer size.)
indent.h
io.c