Adopt use of gnulib for portability.
[pspp] / src / date.c
index dc37b309d98f54bf9e990859ccefd8084e6e6943..f21856a76857161d875675691c96ce738abf90b1 100644 (file)
 
    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 <config.h>
 #include "command.h"
 #include "error.h"
 #include "lexer.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* Stub for USE command. */
 int
 cmd_use (void)