Moved EXPORT comments to new header file
[pspp-builds.git] / src / mkfile.c
index 19822f521e2e8dcd1adddf40b49104db3ff496ae..b8a8aa3bb6a71bc48c134b8bd59ad69a032aa175 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #include <config.h>
 #include <assert.h>
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
-
 #include "mkfile.h"
 #include "error.h"
 #include "alloc.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* Creates a temporary file and stores its name in *FILENAME and
    a file descriptor for it in *FD.  Returns success.  Caller is
    responsible for freeing *FILENAME. */