]> git.saurik.com Git - wxWidgets.git/commitdiff
avoiding double define warning
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 18 Jan 2010 08:52:46 +0000 (08:52 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 18 Jan 2010 08:52:46 +0000 (08:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regc_locale.c

index 74285150546b52ff6755fa7152f7b0d848ec113a..15bcef32d1c95924dcba4f32d80e79db0e1e94ac 100644 (file)
@@ -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 */