summaryrefslogtreecommitdiff
path: root/includes/Rts.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-05-25 10:00:29 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-05-25 13:09:47 +0100
commita6e8418a71b14ef85ee7134be654689b17765f03 (patch)
tree8094503174122b76e574baadcf02f046fd7732df /includes/Rts.h
parentf61d53d322cdf81a1cfa09cf4a4af4198611bcd5 (diff)
downloadhaskell-a6e8418a71b14ef85ee7134be654689b17765f03.tar.gz
prog_argv and rts_argv now contain *copies* of the args passed to
setupRtsFlags(), rather than sharing the memory. Previously if the caller of hs_init() passed in dynamically-allocated memory and then freed it, random crashes could happen later (#5177).
Diffstat (limited to 'includes/Rts.h')
-rw-r--r--includes/Rts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/Rts.h b/includes/Rts.h
index 3a6c6f20b9..91ec76d467 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -248,9 +248,6 @@ int stg_sig_install (int, int, void *);
Miscellaneous garbage
-------------------------------------------------------------------------- */
-/* declarations for runtime flags/values */
-#define MAX_RTS_ARGS 32
-
#ifdef DEBUG
#define TICK_VAR(arity) \
extern StgInt SLOW_CALLS_##arity; \