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:
parent
ae85efdbd5
commit
37c49f02a0
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue