mirror of https://github.com/python/cpython
change the date to say >= 6 Apr 1992
This commit is contained in:
parent
336b591e55
commit
d9f5733a92
|
@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#ifdef __DATE__
|
||||
#define DATE __DATE__
|
||||
#else
|
||||
#define DATE ">= 1 Jan 1992"
|
||||
#define DATE ">= 6 Apr 1992"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue