Artifact [56f1cb4974]

Artifact 56f1cb4974cfed91327c57c37b281a798c89d1ab:


#! /usr/bin/env bash

(
	echo '#define _USE_32BIT_TIME_T 1'
	cat generic/tcl.h
) > generic/tcl.h.new
cat generic/tcl.h.new > generic/tcl.h

exit 0