comparison lib-src/etags.c @ 35653:96f71478797d

Add a coding: tag.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Jan 2001 17:18:52 +0000
parents ede82ab0ae24
children 2ce207b252dc
comparison
equal deleted inserted replaced
35652:26d2f0a7687d 35653:96f71478797d
1 /* Tags file maker to go with GNU Emacs 1 /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*-
2 Copyright (C) 1984, 87, 88, 89, 93, 94, 95, 98, 99, 2000 2 Copyright (C) 1984, 87, 88, 89, 93, 94, 95, 98, 99, 2000, 2001
3 Free Software Foundation, Inc. and Ken Arnold 3 Free Software Foundation, Inc. and Ken Arnold
4 4
5 This file is not considered part of GNU Emacs. 5 This file is not considered part of GNU Emacs.
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
30 * 2001 Nested classes by Francesco Potort́ based on work by Mykola Dzyuba. 30 * 2001 Nested classes by Francesco Potort́ based on work by Mykola Dzyuba.
31 * 31 *
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
35 char pot_etags_version[] = "@(#) pot number is $Revision: 13.59 $"; 35 char pot_etags_version[] = "@(#) pot number is $Revision: 2.79 $";
36 36
37 #define TRUE 1 37 #define TRUE 1
38 #define FALSE 0 38 #define FALSE 0
39 39
40 #ifdef DEBUG 40 #ifdef DEBUG