mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
change the date to say >= 6 Apr 1992
This commit is contained in:
parent
336b591e55
commit
d9f5733a92
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue