]> git.eshelyaron.com Git - emacs.git/commit
Simplify lisp.h by removing the __COUNTER__ business.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2014 20:56:05 +0000 (13:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2014 20:56:05 +0000 (13:56 -0700)
commitd1bed1f79107c8377ffaea160acd815008fab4f7
treef9244ba7ada14e100ec76503ed9c2e29e12aa8d9
parent1014b530f59b332e9ae53c1d0d90f6074b1fca6c
Simplify lisp.h by removing the __COUNTER__ business.

Problem reported by Dmitry Antipov in:
http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00220.html
* lisp.h (make_local_vector, make_local_string)
(build_local_string): Simplify by not bothering with __COUNTER__.
The __COUNTER__ business wasn't working properly, and was needed
only for hypothetical future expansion anyway.
src/ChangeLog
src/lisp.h