diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-04 04:45:00 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-04 04:45:00 +0000 |
commit | 780466746e7eb20dffbf4f3c61f42f4c38980e49 (patch) | |
tree | ae92cc4cf5bb0e3ff65fd5206ac36f1c75abcff8 | |
parent | 191124b20f412da52667ffebcaf6257e16fe196f (diff) | |
download | emacs-780466746e7eb20dffbf4f3c61f42f4c38980e49.tar.gz |
* etags.c: Added "GTY" as synonym for __attribute__. Updated
gperf output.
-rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d98a441f8d8..fe1fa58587c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2008-02-04 Tom Tromey <tromey@redhat.com> + + * etags.c: Added "GTY" as synonym for __attribute__. Updated + gperf output. + 2008-01-22 Chong Yidong <cyd@stupidchicken.com> * pop.c (pop_stat, pop_last): Fix last fix. |