diff options
Diffstat (limited to 'rts/Ticky.h')
-rw-r--r-- | rts/Ticky.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rts/Ticky.h b/rts/Ticky.h new file mode 100644 index 0000000000..21765e4bbb --- /dev/null +++ b/rts/Ticky.h @@ -0,0 +1,9 @@ +/* ----------------------------------------------------------------------------- + * + * (c) The GHC Team 1999 + * + * Header for Ticky.c + * + * ---------------------------------------------------------------------------*/ + +extern void PrintTickyInfo(void); |