1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

(main): Initialize bp, to avoid compiler warnings

This commit is contained in:
Eli Zaretskii 2006-06-03 14:58:50 +00:00
parent ae85efdbd5
commit 37c49f02a0

View file

@ -146,6 +146,8 @@ main ()
setmode (fileno (stdin), O_BINARY);
#endif
bp = buf;
while (1) /* process one char at a time */
{
/* this char from the DOCSTR file */