mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
* 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
|
|
@ -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
Add a link
Reference in a new issue