Deprecate __DATE__ and __TIME__ (#1786)

This commit is contained in:
Rangi
2025-08-11 09:48:18 -04:00
committed by GitHub
parent 7ade3e74b3
commit 92a9c73ee7
5 changed files with 28 additions and 4 deletions

View File

@@ -1710,8 +1710,6 @@ The following symbols are defined by the assembler:
.It Dv .. Ta Ic EQUS Ta The current local label scope
.It Dv _RS Ta Ic = Ta _RS Counter
.It Dv _NARG Ta Ic EQU Ta Number of arguments passed to macro, updated by Ic SHIFT
.It Dv __DATE__ Ta Ic EQUS Ta Today's date
.It Dv __TIME__ Ta Ic EQUS Ta The current time
.It Dv __ISO_8601_LOCAL__ Ta Ic EQUS Ta ISO 8601 timestamp (local)
.It Dv __ISO_8601_UTC__ Ta Ic EQUS Ta ISO 8601 timestamp (UTC)
.It Dv __UTC_YEAR__ Ta Ic EQU Ta Today's year