diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-06-03 14:58:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-06-03 14:58:50 +0000 |
commit | 37c49f02a0e237509b8b8e200d8cc0f1baa46843 (patch) | |
tree | de7040687d706e5d0cbe9e64a46450d1f06088c6 /lib-src/sorted-doc.c | |
parent | ae85efdbd570887c527abcf0498d039b388b3a8f (diff) | |
download | emacs-37c49f02a0e237509b8b8e200d8cc0f1baa46843.tar.gz emacs-37c49f02a0e237509b8b8e200d8cc0f1baa46843.tar.bz2 emacs-37c49f02a0e237509b8b8e200d8cc0f1baa46843.zip |
(main): Initialize bp, to avoid compiler warnings
Diffstat (limited to 'lib-src/sorted-doc.c')
-rw-r--r-- | lib-src/sorted-doc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index 67bddbc3304..a8b2d441f9a 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c @@ -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 */ |