* emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jul 2012 17:04:09 +0000 (10:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jul 2012 17:04:09 +0000 (10:04 -0700)
commit065c9eb405d6b80fa96630a6f4b9c76dc6ab0486
tree4d9628dd1641722ac64713f998f38105a533af1c
parent356e7178d24ca37e1b75c68489117001229725fe
* emacs.c (gdb_pvec_type): Change it back to enum pvec_type.

This variable's comment says Emacs needs at least one GDB-visible
symbol of type enum pvec_type, to work around GDB problems.
The symbol's value doesn't matter.
src/ChangeLog
src/emacs.c