* make-docfile.c (scan_c_file): Adapt to the new BVAR macro.
This commit is contained in:
parent
5c185672d6
commit
6ca1c3b4f2
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue