X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdate.c;h=f21856a76857161d875675691c96ce738abf90b1;hb=45b8514ebb8a7b10eb5d911a231a9fc7974f8ba9;hp=dc37b309d98f54bf9e990859ccefd8084e6e6943;hpb=8798f80b8e8bf37d881dd10f2da88c4066d27bea;p=pspp-builds.git diff --git a/src/date.c b/src/date.c index dc37b309..f21856a7 100644 --- a/src/date.c +++ b/src/date.c @@ -14,14 +14,17 @@ 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 "command.h" #include "error.h" #include "lexer.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Stub for USE command. */ int cmd_use (void)