From ce9aa72334b1b149b8717f8569b2b7615d38c237 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 26 Mar 2003 21:01:18 +0000
Subject: [PATCH] ensure minmax doesn't get used outside MinMax.cpp

---
 Geo/MinMax.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/MinMax.cpp b/Geo/MinMax.cpp
index 278123c92a..66cdc4c576 100644
--- a/Geo/MinMax.cpp
+++ b/Geo/MinMax.cpp
@@ -1,4 +1,4 @@
-// $Id: MinMax.cpp,v 1.13 2003-03-26 16:57:07 geuzaine Exp $
+// $Id: MinMax.cpp,v 1.14 2003-03-26 21:01:18 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
@@ -26,7 +26,7 @@
 
 extern Context_T CTX;
 
-void minmax(void *a, void *b)
+static void minmax(void *a, void *b)
 {
   Vertex *v;
   v = *(Vertex **) a;
-- 
GitLab