X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fweight.c;h=9128bc3e90038b2f44bb33e0df94528144ea5195;hb=1481286583f3c9a3b084a38d23367314923814b6;hp=c95b7910b28ff5d81365074ea0f800d2a6746354;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp diff --git a/src/weight.c b/src/weight.c index c95b7910b2..9128bc3e90 100644 --- a/src/weight.c +++ b/src/weight.c @@ -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 #include "error.h" @@ -27,6 +27,9 @@ #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* WEIGHT transformation. */ struct weight_trns {