X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=bfd%2Fhosts%2Falphavms.h;h=2a3421200a16455046531ddb506b62154a5d61c7;hp=b2a85c2d87cac8f983de2a03f32a1b06e3353556;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/bfd/hosts/alphavms.h b/bfd/hosts/alphavms.h index b2a85c2..2a34212 100644 --- a/bfd/hosts/alphavms.h +++ b/bfd/hosts/alphavms.h @@ -1,5 +1,6 @@ /* alphavms.h -- BFD definitions for an openVMS host - Copyright 1996, 2000, 2001, 2007 Free Software Foundation, Inc. + Copyright 1996, 2000, 2001, 2005, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Klaus Kämpf (kkaempf@progis.de) of proGIS Softwareentwicklung, Aachen, Germany @@ -34,6 +35,7 @@ #include #include "bfd.h" +#include "filenames.h" #ifndef BFD_HOST_64_BIT /* Make the basic types 64-bit quantities on the host. @@ -66,4 +68,14 @@ typedef BFD_HOST_64_BIT int64_type; #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -extern int getpagesize PARAMS ((void)); +extern int getpagesize (void); +extern char *stpcpy (char *, const char *); + +/* No intl. */ +#define gettext(Msgid) (Msgid) +#define dgettext(Domainname, Msgid) (Msgid) +#define dcgettext(Domainname, Msgid, Category) (Msgid) +#define textdomain(Domainname) while (0) /* nothing */ +#define bindtextdomain(Domainname, Dirname) while (0) /* nothing */ +#define _(String) (String) +#define N_(String) (String)