aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-03 14:58:50 +0000
committerEli Zaretskii2006-06-03 14:58:50 +0000
commit37c49f02a0e237509b8b8e200d8cc0f1baa46843 (patch)
treede7040687d706e5d0cbe9e64a46450d1f06088c6 /lib-src
parentae85efdbd570887c527abcf0498d039b388b3a8f (diff)
downloademacs-37c49f02a0e237509b8b8e200d8cc0f1baa46843.tar.gz
emacs-37c49f02a0e237509b8b8e200d8cc0f1baa46843.zip
(main): Initialize bp, to avoid compiler warnings
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/sorted-doc.c2
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 ()
146 setmode (fileno (stdin), O_BINARY); 146 setmode (fileno (stdin), O_BINARY);
147#endif 147#endif
148 148
149 bp = buf;
150
149 while (1) /* process one char at a time */ 151 while (1) /* process one char at a time */
150 { 152 {
151 /* this char from the DOCSTR file */ 153 /* this char from the DOCSTR file */