summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11load.c
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-09-06 00:27:52 +0000
committerwtc%netscape.com <devnull@localhost>2002-09-06 00:27:52 +0000
commit808963c4bf5ce4138a99ed5c3dc9d1dd2a0e635f (patch)
tree9c1e90110dcbb447dfc5958e76de4cefae995793 /security/nss/lib/pk11wrap/pk11load.c
parenta72f84c5a2246006d1bb9571ba2e6912d946f3ba (diff)
downloadnss-hg-808963c4bf5ce4138a99ed5c3dc9d1dd2a0e635f.tar.gz
Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.
The patch for this checkin is attached to bug 166785.
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11load.c')
-rw-r--r--security/nss/lib/pk11wrap/pk11load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/pk11wrap/pk11load.c b/security/nss/lib/pk11wrap/pk11load.c
index 65c61c15e..f9ff7d506 100644
--- a/security/nss/lib/pk11wrap/pk11load.c
+++ b/security/nss/lib/pk11wrap/pk11load.c
@@ -46,13 +46,13 @@ extern void FC_GetFunctionList(void);
extern void NSC_GetFunctionList(void);
extern void NSC_ModuleDBFunc(void);
-static char *modToDBG = NULL;
-
#ifdef DEBUG
#define DEBUG_MODULE 1
#endif
#ifdef DEBUG_MODULE
+static char *modToDBG = NULL;
+
#include "debug_module.c"
#endif