From 49231d5e932948cb28190eab857d27585fabb902 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 9 Jul 2007 14:50:04 +0000 Subject: [PATCH] 2007-07-09 Martin Hunt * sym.h (STP_MAX_MODULES): Raise limit to 256. --- runtime/ChangeLog | 4 ++++ runtime/sym.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 4be3350b6..2f7f81405 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Martin Hunt + + * sym.h (STP_MAX_MODULES): Raise limit to 256. + 2007-07-06 Martin Hunt * stat-common.c (__stp_stat_add): Fix calculations diff --git a/runtime/sym.h b/runtime/sym.h index d164e23fa..6a55a22e0 100644 --- a/runtime/sym.h +++ b/runtime/sym.h @@ -49,7 +49,7 @@ struct _stp_module { }; #ifndef STP_MAX_MODULES -#define STP_MAX_MODULES 128 +#define STP_MAX_MODULES 256 #endif /* the alphabetical array of modules */ -- 2.43.5