From 1ad953420bdee2a6809f71ee2bc63347800b399a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 18 Jan 2010 08:52:46 +0000 Subject: [PATCH] avoiding double define warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/regex/regc_locale.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/regex/regc_locale.c b/src/regex/regc_locale.c index 7428515054..15bcef32d1 100644 --- a/src/regex/regc_locale.c +++ b/src/regex/regc_locale.c @@ -16,7 +16,9 @@ * for wxWidgets are under the wxWidgets licence, see README for details. */ +#ifndef CONST #define CONST const +#endif /* ASCII character-name table */ -- 2.50.0