From 6bca969e1c66b39e5cd297c49ca01ccf33b0b08a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 7 Nov 2001 08:36:41 +0000
Subject: [PATCH] NULL init

---
 Common/Static.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/Static.h b/Common/Static.h
index 9ca7faf8cc..f9f92a7498 100644
--- a/Common/Static.h
+++ b/Common/Static.h
@@ -8,6 +8,6 @@ char        yyname[256];
 int         yyerrorstate;
 
 Context_T   CTX ;
-Mesh        M, *THEM, *LOCAL;
+Mesh        M, *THEM=NULL, *LOCAL=NULL;
 
 #endif
-- 
GitLab