From: Stefan Csomor Date: Mon, 18 Jan 2010 08:52:46 +0000 (+0000) Subject: avoiding double define warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ad953420bdee2a6809f71ee2bc63347800b399a?ds=inline avoiding double define warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 */