summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-02-04 04:45:00 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-02-04 04:45:00 +0000
commite46a3f598813b94ffeab8bd187599203d59348a1 (patch)
treefd747b357970079e1e50cb4869ded1be524bddd2
parent10fdc4c2483e5286345ce05c37c1b54a0963bc14 (diff)
downloademacs-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/ChangeLog5
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.