X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftemporary.c;h=f277152e8f00beb6159a8d8605eecf7dbcc6848b;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=0edb37f5ff772a3a7f48ff8b5147755e6b1933f8;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp-builds.git diff --git a/src/temporary.c b/src/temporary.c index 0edb37f5..f277152e 100644 --- a/src/temporary.c +++ b/src/temporary.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" @@ -32,6 +32,9 @@ #include "value-labels.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + int temporary; struct dictionary *temp_dict; int temp_trns;