+2006-05-02 Charles Wilson <cygwin@cwilson.fastmail.fm>
+
+ * write-mo.h: Remove DLL_VARIABLE declarations, not needed since
+ write-mo.c is not compiled into a shared library.
+
2006-05-02 Charles Wilson <cygwin@cwilson.fastmail.fm>
* filters.h: Add C++ guards.
/* Writing binary .mo files.
- Copyright (C) 1995-1998, 2000-2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2003, 2005-2006 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software; you can redistribute it and/or modify
#include "message.h"
/* Alignment of strings in resulting .mo file. */
-extern DLL_VARIABLE size_t alignment;
+extern size_t alignment;
/* True if writing a .mo file in opposite endianness than the host. */
-extern DLL_VARIABLE bool byteswap;
+extern bool byteswap;
/* True if no hash table in .mo is wanted. */
-extern DLL_VARIABLE bool no_hash_table;
+extern bool no_hash_table;
/* Write a GNU mo file. mlp is a list containing the messages to be output.
domain_name is the domain name, file_name is the desired file name.