+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.
/* 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>
static char *buffer;
static size_t bufmax;
-size_t buflen;
+static size_t buflen;
static inline void
comment_start ()
/* 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.
static char *buffer;
static size_t bufmax;
-size_t buflen;
+static size_t buflen;
static inline void
comment_start ()
/* 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.
static char *buffer;
static size_t bufmax;
-size_t buflen;
+static size_t buflen;
static inline void
comment_start ()