X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdo-if.c;h=1acf84936c0b8b96c1bb16501a7b8dc882b2fa0a;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=d7e80e5cdcc04fd49897325abfb13b5ed18dd1ce;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp-builds.git diff --git a/src/do-if.c b/src/do-if.c index d7e80e5c..1acf8493 100644 --- a/src/do-if.c +++ b/src/do-if.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 "do-ifP.h" @@ -29,6 +29,9 @@ #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + #include "debug-print.h" /* *INDENT-OFF* */