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 | e46a3f598813b94ffeab8bd187599203d59348a1 (patch) | |
tree | fd747b357970079e1e50cb4869ded1be524bddd2 | |
parent | 10fdc4c2483e5286345ce05c37c1b54a0963bc14 (diff) | |
download | emacs-e46a3f598813b94ffeab8bd187599203d59348a1.tar.gz emacs-e46a3f598813b94ffeab8bd187599203d59348a1.tar.bz2 emacs-e46a3f598813b94ffeab8bd187599203d59348a1.zip |
* 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. |