* make-docfile.c (scan_c_file): Adapt to the new BVAR macro.

This commit is contained in:
Ben Key 2011-02-21 13:02:49 -05:00 committed by Chong Yidong
parent 5c185672d6
commit 6ca1c3b4f2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-02-21 Ben Key <bkey76@gmail.com> (tiny change)
* make-docfile.c (scan_c_file): Adapt DEFVAR_PER_BUFFER case to
the new BVAR macro.
2011-02-20 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (obj): Remove md5.o.

View file

@ -815,7 +815,7 @@ scan_c_file (char *filename, const char *mode)
if (defunflag)
commas = 5;
else if (defvarperbufferflag)
commas = 2;
commas = 3;
else if (defvarflag)
commas = 1;
else /* For DEFSIMPLE and DEFPRED */