diff options
| author | Paul Eggert | 2012-07-29 15:42:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-29 15:42:12 -0700 |
| commit | d5040d2dec0f7e08b715ce6952d5568ed86d1812 (patch) | |
| tree | ceb72ae576a0d5fb43286ed4beb287b1bdf46b8d /src/ChangeLog | |
| parent | d6e7c17b31f74169fc787d02a36b15f17ba41f86 (diff) | |
| download | emacs-d5040d2dec0f7e08b715ce6952d5568ed86d1812.tar.gz emacs-d5040d2dec0f7e08b715ce6952d5568ed86d1812.zip | |
* lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
These macros are confusing and no longer need to be defined, as
the enum values now suffice. Each use replaced with definiens.
(Lisp_Int1, Lisp_String): Define directly; this is clearer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6dc07cffc46..3d490df4fe9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove. | ||
| 4 | These macros are confusing and no longer need to be defined, as | ||
| 5 | the enum values now suffice. All uses replaced with definiens. | ||
| 6 | (Lisp_Int1, Lisp_String): Define directly; this is clearer. | ||
| 7 | |||
| 1 | 2012-07-29 Juanma Barranquero <lekktu@gmail.com> | 8 | 2012-07-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O)) | 10 | * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O)) |