X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsAPI.h;h=2d2c35ca979691c340de4e52be358d43f15f8408;hb=431453c003b867a2fe33d8634ee830d062be5a96;hp=5160046da804ab79449d98c72c6a8ea4b6a33e07;hpb=85df606a23117641682e19f3851099134e5f77a4;p=ghc-hetmet.git diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h index 5160046..2d2c35c 100644 --- a/includes/RtsAPI.h +++ b/includes/RtsAPI.h @@ -26,7 +26,7 @@ typedef enum { HeapExhausted /* out of memory */ } SchedulerStatus; -typedef StgClosure *HaskellObj; +typedef struct StgClosure_ *HaskellObj; /* * An abstract type representing the token returned by rts_lock() and