From d0e9a569f832fae6a91d163c6c8b93f7eb924ff5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 16 Jan 2013 18:18:57 -0800 Subject: Clean up some things after declassization --- src/poison.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/poison.hpp (limited to 'src/poison.hpp') diff --git a/src/poison.hpp b/src/poison.hpp new file mode 100644 index 0000000..1b3191a --- /dev/null +++ b/src/poison.hpp @@ -0,0 +1,7 @@ +// impossible(*) to use safely +// removed in C11 +#pragma GCC poison gets + +// TODO fill in as they are removed from source code: +// float/double (use a fixed class) +// mem* and str* from , in favor of -- cgit v1.2.3-70-g09d2