diff options
| author | Karl Heuer | 1996-01-19 22:54:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-19 22:54:17 +0000 |
| commit | ba1fe3a85b97e38e501612278349edb0b3860770 (patch) | |
| tree | f1296e6000f88f79adb182ed0cedf79dbb705e07 /lib-src | |
| parent | e1ec01c2f17e795249f85cb15a817cfc06f7752e (diff) | |
| download | emacs-ba1fe3a85b97e38e501612278349edb0b3860770.tar.gz emacs-ba1fe3a85b97e38e501612278349edb0b3860770.zip | |
(enum sym_type, anonymous enum): Delete final comma.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 6939fb14f66..213b959f675 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -1473,7 +1473,7 @@ total_size_of_entries (node) | |||
| 1473 | enum sym_type | 1473 | enum sym_type |
| 1474 | { | 1474 | { |
| 1475 | st_none, st_C_objprot, st_C_objimpl, st_C_objend, st_C_gnumacro, | 1475 | st_none, st_C_objprot, st_C_objimpl, st_C_objend, st_C_gnumacro, |
| 1476 | st_C_struct, st_C_enum, st_C_define, st_C_typedef, st_C_typespec, | 1476 | st_C_struct, st_C_enum, st_C_define, st_C_typedef, st_C_typespec |
| 1477 | }; | 1477 | }; |
| 1478 | 1478 | ||
| 1479 | /* Feed stuff between (but not including) %[ and %] lines to: | 1479 | /* Feed stuff between (but not including) %[ and %] lines to: |
| @@ -1720,7 +1720,7 @@ enum | |||
| 1720 | omethodtag, /* after method name */ | 1720 | omethodtag, /* after method name */ |
| 1721 | omethodcolon, /* after method colon */ | 1721 | omethodcolon, /* after method colon */ |
| 1722 | omethodparm, /* after method parameter */ | 1722 | omethodparm, /* after method parameter */ |
| 1723 | oignore, /* wait for @end */ | 1723 | oignore /* wait for @end */ |
| 1724 | } objdef; | 1724 | } objdef; |
| 1725 | 1725 | ||
| 1726 | /* | 1726 | /* |