Prevent SET from overriding constant symbols

Fixes #341
This commit is contained in:
ISSOtm
2019-08-27 21:07:42 +02:00
parent e33e6e2413
commit e3e18063c6
5 changed files with 37 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ Other contributors
- David Brotz <dbrotz007@gmail.com>
- Eldred Habert <eldredhabert0@gmail.com>
- The Musl C library <http://www.musl-libc.org>
- obskyr <powpowd@gmail.com>