summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/Regexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Regexp.cxx b/Ivy/Regexp.cxx
index af667d3..37de17c 100644
--- a/Ivy/Regexp.cxx
+++ b/Ivy/Regexp.cxx
@@ -1,7 +1,7 @@
// Win32 porting notes.
#if defined( _MBCS )
-#pragma message( __FILEINFO__ "This code is broken under _MBCS, " \
+#pragma message( __FILE__ "This code is broken under _MBCS, " \
"see the comments at the top of this file." )
#endif //_MBCS
//