aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-01-31 13:50:02 +0000
committerDave Love <[email protected]>2001-01-31 13:50:02 +0000
commit30526cc67c3c906b94984c0abd4ad0c90e9c0139 (patch)
treeffa4b8d3324fd8f1a5731c83fa8539d12225b192 /lib-src
parentcb4aae0475a5207011fde16cda1bf332843d2eb4 (diff)
(in_word_set): Use `static' in definition (for pcc).
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/etags.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 9691dddf9f..aa4c4f0dfd 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-31 Dave Love <[email protected]>
+
+ * etags.c (in_word_set): Use `static' in definition (for pcc).
+
2001-01-31 Francesco Potorti` <[email protected]>
* etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 2071fb52b2..ba6d9a86ac 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. */
* Francesco Potort� <[email protected]> has maintained it since 1993.
*/
-char pot_etags_version[] = "@(#) pot revision number is $Revision: 14.14 $";
+char pot_etags_version[] = "@(#) pot revision number is $Revision: 2.84 $";
#define TRUE 1
#define FALSE 0
@@ -2077,7 +2077,7 @@ hash (str, len)
#ifdef __GNUC__
__inline
#endif
-struct C_stab_entry *
+static struct C_stab_entry *
in_word_set (str, len)
register const char *str;
register unsigned int len;