X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fset.q;h=300111c90b2de5462d95421056be18f2330e18a1;hb=6eea9310493902d3b06b25c612c7ba89d467b6fa;hp=fdb2d30949e1e6e2d3fb96f7c59b773ea53fdaf8;hpb=4848cff524922cc77ed21662406807471e96a68e;p=pspp diff --git a/src/set.q b/src/set.q index fdb2d30949..300111c90b 100644 --- a/src/set.q +++ b/src/set.q @@ -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. */ /* Categories of SET subcommands: @@ -87,6 +87,9 @@ int tgetnum (const char *); #endif /* !HAVE_TERMCAP_H */ #endif /* !HAVE_LIBTERMCAP */ +#include "gettext.h" +#define _(msgid) gettext (msgid) + static int set_errors; static int set_messages; static int set_results;