mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 01:55:24 +02:00
![]() The impementation in GCC allows a value up to 253402300799 that corresponds to "Dec 31 9999 23:59:59 UTC". Apparently, this is due to some limit of __DATE__ and __TIME__ within the preprocessor. Regardless, as the reporter claims to have problem with values outside the range of a 32bit unsigned integer, lets use "(1 << 32) - 1" as a limit. Contributed by STMicroelectronics Change-Id: Ifa7995cd9edb460d4ad6544b5231eef88d7e39a0 Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com> |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
native_src | ||
os | ||
src/org/eclipse/cdt/serial | ||
.classpath | ||
.gitignore | ||
.project | ||
about.html | ||
build.properties | ||
cdt_logo_icon32.png | ||
plugin.properties | ||
pom.xml |