aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorChong Yidong2008-02-04 04:51:59 +0000
committerChong Yidong2008-02-04 04:51:59 +0000
commit8e7e5143d9d3c4625846f58a905d4d6fc2c424ef (patch)
treed85c2620e0817da7de7fb47fb1b044658fd61238 /lib-src
parent80b61f4b1562f3f2c0eee4d1eba8ee9b053493d0 (diff)
downloademacs-8e7e5143d9d3c4625846f58a905d4d6fc2c424ef.tar.gz
emacs-8e7e5143d9d3c4625846f58a905d4d6fc2c424ef.zip
Undo last change (mistakenly committed to branch).
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/etags.c9
2 files changed, 4 insertions, 10 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fe1fa58587c..d98a441f8d8 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,8 +1,3 @@
12008-02-04 Tom Tromey <tromey@redhat.com>
2
3 * etags.c: Added "GTY" as synonym for __attribute__. Updated
4 gperf output.
5
62008-01-22 Chong Yidong <cyd@stupidchicken.com> 12008-01-22 Chong Yidong <cyd@stupidchicken.com>
7 2
8 * pop.c (pop_stat, pop_last): Fix last fix. 3 * pop.c (pop_stat, pop_last): Fix last fix.
diff --git a/lib-src/etags.c b/lib-src/etags.c
index ba0be441bd9..52bcb8ad11d 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -2465,7 +2465,6 @@ while, 0, st_C_ignore
2465switch, 0, st_C_ignore 2465switch, 0, st_C_ignore
2466return, 0, st_C_ignore 2466return, 0, st_C_ignore
2467__attribute__, 0, st_C_attribute 2467__attribute__, 0, st_C_attribute
2468GTY, 0, st_C_attribute
2469@interface, 0, st_C_objprot 2468@interface, 0, st_C_objprot
2470@protocol, 0, st_C_objprot 2469@protocol, 0, st_C_objprot
2471@implementation,0, st_C_objimpl 2470@implementation,0, st_C_objimpl
@@ -2529,9 +2528,9 @@ hash (str, len)
2529 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 2528 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
2530 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 2529 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
2531 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 2530 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
2532 35, 35, 35, 35, 35, 35, 35, 35, 35, 3, 2531 35, 35, 35, 35, 35, 35, 35, 35, 35, 15,
2533 26, 35, 35, 35, 35, 35, 35, 35, 27, 35, 2532 14, 35, 35, 35, 35, 35, 35, 35, 14, 35,
2534 35, 35, 35, 24, 0, 35, 35, 35, 35, 0, 2533 35, 35, 35, 12, 13, 35, 35, 35, 35, 12,
2535 35, 35, 35, 35, 35, 1, 35, 16, 35, 6, 2534 35, 35, 35, 35, 35, 1, 35, 16, 35, 6,
2536 23, 0, 0, 35, 22, 0, 35, 35, 5, 0, 2535 23, 0, 0, 35, 22, 0, 35, 35, 5, 0,
2537 0, 15, 1, 35, 6, 35, 8, 19, 35, 16, 2536 0, 15, 1, 35, 6, 35, 8, 19, 35, 16,
@@ -2582,7 +2581,7 @@ in_word_set (str, len)
2582 { 2581 {
2583 {""}, {""}, 2582 {""}, {""},
2584 {"if", 0, st_C_ignore}, 2583 {"if", 0, st_C_ignore},
2585 {"GTY", 0, st_C_attribute}, 2584 {""},
2586 {"@end", 0, st_C_objend}, 2585 {"@end", 0, st_C_objend},
2587 {"union", 0, st_C_struct}, 2586 {"union", 0, st_C_struct},
2588 {"define", 0, st_C_define}, 2587 {"define", 0, st_C_define},