musl/include
Rich Felker 5e25d87b09 remove macro definition of longjmp from setjmp.h
the C standard specifies that setjmp is a macro, but longjmp is a
normal function. a macro version of it would be permitted (albeit
useless) for C (not C++), but would have to be a function-like macro,
not an object-like one.
2015-04-01 20:35:03 -04:00
..
2014-06-21 19:24:15 -04:00
2015-02-21 22:05:15 -05:00
2014-08-13 16:55:56 +02:00
2014-07-31 02:38:23 -04:00
2014-12-20 20:13:27 -05:00