Files
George Joseph 43bf8a4ded options: Change ast_options from ast_flags to ast_flags64.
DeveloperNote: The 32-bit ast_options has no room left to accomodate new
options and so has been converted to an ast_flags64 structure. All internal
references to ast_options have been updated to use the 64-bit flag
manipulation macros.  External module references to the 32-bit ast_options
should continue to work on little-endian systems because the
least-significant bytes of a 64 bit integer will be in the same location as a
32-bit integer.  Because that's not the case on big-endian systems, we've
swapped the bytes in the flags manupulation macros on big-endian systems
so external modules should still work however you are encouraged to test.
2025-07-30 16:04:01 +00:00
..
2021-11-15 17:12:41 -06:00
2020-06-10 09:33:28 -05:00
2021-11-15 17:12:41 -06:00
2021-11-15 17:12:41 -06:00
2019-05-10 10:22:55 -06:00
2018-04-20 12:50:03 +02:00