RE: RtsFlags.h

2001-08-07 Thread Simon Marlow
> Defining an app-local version of defaultsHook() is currently > not possible using just a binary distribution. i.e., to do something > interesting inside of defaultsHook(), you need to side-effect > RtsFlags (which has type RTS_FLAGS). RTS_FLAGS is > defined in RtsFlags.h, whi

RtsFlags.h

2001-08-05 Thread Sigbjorn Finne
Defining an app-local version of defaultsHook() is currently not possible using just a binary distribution. i.e., to do something interesting inside of defaultsHook(), you need to side-effect RtsFlags (which has type RTS_FLAGS). RTS_FLAGS is defined in RtsFlags.h, which is not to be found in a