aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorFrancesco Potortì2001-01-31 14:52:04 +0000
committerFrancesco Potortì2001-01-31 14:52:04 +0000
commit822e6123ab813077dccd2f130350521bcdf749d1 (patch)
tree0724a3804a0ab0a74c3e3eb4fd73e7ee0d139526 /lib-src
parente0f331ab4c8499ac8bf64acec487af50f7e4c2b5 (diff)
downloademacs-822e6123ab813077dccd2f130350521bcdf749d1.tar.gz
emacs-822e6123ab813077dccd2f130350521bcdf749d1.zip
Modified some comments.
Resumed the correct pot version number. Going to version 3.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index ba6d9a86ac1..7ae810d96fc 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -32,7 +32,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
32 * Francesco Potortì <pot@gnu.org> has maintained it since 1993. 32 * Francesco Potortì <pot@gnu.org> has maintained it since 1993.
33 */ 33 */
34 34
35char pot_etags_version[] = "@(#) pot revision number is $Revision: 2.84 $"; 35char pot_etags_version[] = "@(#) pot revision number is 14.15";
36 36
37#define TRUE 1 37#define TRUE 1
38#define FALSE 0 38#define FALSE 0
@@ -1953,6 +1953,7 @@ static enum sym_type C_symtype P_((char *, int, int));
1953 1953
1954/* Feed stuff between (but not including) %[ and %] lines to: 1954/* Feed stuff between (but not including) %[ and %] lines to:
1955 gperf -c -k 1,3 -o -p -r -t 1955 gperf -c -k 1,3 -o -p -r -t
1956 then put a `static' keyword in front of the in_word_set function.
1956%[ 1957%[
1957struct C_stab_entry { char *name; int c_ext; enum sym_type type; } 1958struct C_stab_entry { char *name; int c_ext; enum sym_type type; }
1958%% 1959%%