[Swan-commit] Changes to ref refs/heads/master

2019-01-19 Thread D. Hugh Redelmeier
New commits: commit c6dd1d5b3f95b015501cc0870ca74136583bb95b Author: D. Hugh Redelmeier Date: Sat Jan 19 11:50:18 2019 -0500 libswan: fallout from compound literals being objects - add const qualifier in CHUNKO - eliminate compound literal from an initializer

[Swan-commit] Changes to ref refs/heads/master

2019-01-19 Thread D. Hugh Redelmeier
New commits: commit 199ac9a7405ee86013941b7627a38f77b060dec5 Author: D. Hugh Redelmeier Date: Sat Jan 19 10:53:49 2019 -0500 EMPTY_CHUNK: add const qualifier to type of EMPTY_CHUNK Since a C compound literal is an object, it can be modified. EMPTY_CHUNK expands into a compound