diff --git a/System/Process.hs b/System/Process.hs index c9616a8d..18892893 100644 --- a/System/Process.hs +++ b/System/Process.hs @@ -899,7 +899,6 @@ c_waitForProcess _ _ = ioError (ioeSetLocation unsupportedOperation "waitForProc #elif defined(javascript_HOST_ARCH) --- XXX descriptive argument names foreign import javascript unsafe "h$process_terminateProcess" c_terminateProcess :: PHANDLE diff --git a/jsbits/process.js b/jsbits/process.js index f4049b63..77fca167 100644 --- a/jsbits/process.js +++ b/jsbits/process.js @@ -1,6 +1,4 @@ //#OPTIONS: CPP -// XXX do we need this? -#include "HsBaseConfig.h" // #define JS_TRACE_PROCESS 1