diff options
Diffstat (limited to 'src/stdlib/ignore_handler_s.c')
-rw-r--r-- | src/stdlib/ignore_handler_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/ignore_handler_s.c b/src/stdlib/ignore_handler_s.c index ec8c77ff..6ef026eb 100644 --- a/src/stdlib/ignore_handler_s.c +++ b/src/stdlib/ignore_handler_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** ignore constraint violations **/ @@ -22,3 +24,6 @@ It simply returns to its caller. /* CEXT1(201112) */ + + +#endif |