summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorPeter Eisentraut2018-03-12 16:17:58 +0000
committerPeter Eisentraut2018-03-13 13:56:25 +0000
commit6cf86f435472b27bbc5e22c713bca08aa2d94af7 (patch)
treec1722f6bb851bcb468a2d01edf23f872c0b89597 /src/common
parent377b5ac4845c5ffbf992ee95c32d7d16d38b9081 (diff)
Change internal integer representation of Value node
A Value node would store an integer as a long. This causes needless portability risks, as long can be of varying sizes. Change it to use int instead. All code using this was already careful to only store 32-bit values anyway. Reviewed-by: Michael Paquier <michael@paquier.xyz>
Diffstat (limited to 'src/common')
0 files changed, 0 insertions, 0 deletions