aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 40b7242e2e3..d71f849d2c1 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -2500,6 +2500,7 @@ while, 0, st_C_ignore
2500switch, 0, st_C_ignore 2500switch, 0, st_C_ignore
2501return, 0, st_C_ignore 2501return, 0, st_C_ignore
2502__attribute__, 0, st_C_attribute 2502__attribute__, 0, st_C_attribute
2503GTY, 0, st_C_attribute
2503@interface, 0, st_C_objprot 2504@interface, 0, st_C_objprot
2504@protocol, 0, st_C_objprot 2505@protocol, 0, st_C_objprot
2505@implementation,0, st_C_objimpl 2506@implementation,0, st_C_objimpl
@@ -2563,9 +2564,9 @@ hash (str, len)
2563 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 2564 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
2564 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 2565 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
2565 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 2566 35, 35, 35, 35, 35, 35, 35, 35, 35, 35,
2566 35, 35, 35, 35, 35, 35, 35, 35, 35, 15, 2567 35, 35, 35, 35, 35, 35, 35, 35, 35, 3,
2567 14, 35, 35, 35, 35, 35, 35, 35, 14, 35, 2568 26, 35, 35, 35, 35, 35, 35, 35, 27, 35,
2568 35, 35, 35, 12, 13, 35, 35, 35, 35, 12, 2569 35, 35, 35, 24, 0, 35, 35, 35, 35, 0,
2569 35, 35, 35, 35, 35, 1, 35, 16, 35, 6, 2570 35, 35, 35, 35, 35, 1, 35, 16, 35, 6,
2570 23, 0, 0, 35, 22, 0, 35, 35, 5, 0, 2571 23, 0, 0, 35, 22, 0, 35, 35, 5, 0,
2571 0, 15, 1, 35, 6, 35, 8, 19, 35, 16, 2572 0, 15, 1, 35, 6, 35, 8, 19, 35, 16,
@@ -2605,7 +2606,7 @@ in_word_set (str, len)
2605{ 2606{
2606 enum 2607 enum
2607 { 2608 {
2608 TOTAL_KEYWORDS = 32, 2609 TOTAL_KEYWORDS = 33,
2609 MIN_WORD_LENGTH = 2, 2610 MIN_WORD_LENGTH = 2,
2610 MAX_WORD_LENGTH = 15, 2611 MAX_WORD_LENGTH = 15,
2611 MIN_HASH_VALUE = 2, 2612 MIN_HASH_VALUE = 2,
@@ -2616,7 +2617,7 @@ in_word_set (str, len)
2616 { 2617 {
2617 {""}, {""}, 2618 {""}, {""},
2618 {"if", 0, st_C_ignore}, 2619 {"if", 0, st_C_ignore},
2619 {""}, 2620 {"GTY", 0, st_C_attribute},
2620 {"@end", 0, st_C_objend}, 2621 {"@end", 0, st_C_objend},
2621 {"union", 0, st_C_struct}, 2622 {"union", 0, st_C_struct},
2622 {"define", 0, st_C_define}, 2623 {"define", 0, st_C_define},