+2009-01-25 Bruno Haible <bruno@clisp.org>
+
+ * lib/glthread/threadlib.c (dummy): New declaration.
+
2009-01-25 Bruno Haible <bruno@clisp.org>
* lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
/* Multithreading primitives.
- Copyright (C) 2005-2008 Free Software Foundation, Inc.
+ Copyright (C) 2005-2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#endif
/* ========================================================================= */
+
+/* This declaration is solely to ensure that after preprocessing
+ this file is never empty. */
+typedef int dummy;