]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid linker warning on Irix.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jan 2002 17:35:17 +0000 (17:35 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:34:55 +0000 (00:34 +0200)
src/ChangeLog
src/x-c.c
src/x-librep.c
src/x-lisp.c

index e3fa380cf8fa7fdaf3106ce740d9aec8e317b93a..3c4189b9a3e753a077ef534c2657cb40f82cfd74 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-05  Bruno Haible  <bruno@clisp.org>
+
+       * x-c.c (buflen): Make static.
+       * x-librep.c (buflen): Likewise.
+       * x-lisp.c (buflen): Likewise.
+
 2001-12-23  Bruno Haible  <bruno@clisp.org>
 
        * msgexec.c (process_string): Use xsetenv instead of setenv.
index 4b1cee112b7d2d954ea2578a570fb8bfccdc6c7d..6175b204035e13b3e9d321560f45a13b074720ef 100644 (file)
--- a/src/x-c.c
+++ b/src/x-c.c
@@ -1,5 +1,5 @@
 /* xgettext C/C++/ObjectiveC backend.
-   Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -442,7 +442,7 @@ phase3_ungetc (c)
 
 static char *buffer;
 static size_t bufmax;
-size_t buflen;
+static size_t buflen;
 
 static inline void
 comment_start ()
index 2de5a5c6badf5175f7343bf031c13605a99c703d..b8f21f13823843d064794eda9ba13516fa1128eb 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext librep backend.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -440,7 +440,7 @@ read_token (tp, first)
 
 static char *buffer;
 static size_t bufmax;
-size_t buflen;
+static size_t buflen;
 
 static inline void
 comment_start ()
index 59644ff8b0a216255d7aceeec14c0f9528e2718e..b01719f7a01ba233096225d5bbeacff914941281 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Lisp backend.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -884,7 +884,7 @@ case_convert_token  (tp)
 
 static char *buffer;
 static size_t bufmax;
-size_t buflen;
+static size_t buflen;
 
 static inline void
 comment_start ()