disable pipe closure on retail for now
parent
4cf87fe890
commit
9fd068d8ce
|
@ -357036,6 +357036,7 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT;
|
||||||
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
|
// @fixme crashes right now
|
||||||
|
// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
|
||||||
#line 0
|
#line 0
|
||||||
#endif // V4K_IMPLEMENTATION
|
#endif // V4K_IMPLEMENTATION
|
||||||
|
|
|
@ -126,4 +126,5 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT;
|
||||||
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
|
// @fixme crashes right now
|
||||||
|
// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
|
||||||
|
|
|
@ -26051,5 +26051,6 @@ const struct in6_addr in6addr_any; // = IN6ADDR_ANY_INIT;
|
||||||
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
//static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
|
// @fixme crashes right now
|
||||||
|
// ifdef(retail, AUTORUN { fclose(stderr); fclose(stdout); } )
|
||||||
#line 0
|
#line 0
|
||||||
|
|
Loading…
Reference in New Issue