diff options
author | fcolin | 2007-02-01 13:04:26 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:26 +0000 |
commit | 03e474e496e7a9e7918c1d7abe0b358ebdc3a63f (patch) | |
tree | 16afb84fa8662deb70636a33d0cda12eb2082d2a /Ivy | |
parent | 2fd4b6c291350eb8f2e19d2ef7741e98956ab74d (diff) | |
download | ivy-cplusplus-03e474e496e7a9e7918c1d7abe0b358ebdc3a63f.zip ivy-cplusplus-03e474e496e7a9e7918c1d7abe0b358ebdc3a63f.tar.gz ivy-cplusplus-03e474e496e7a9e7918c1d7abe0b358ebdc3a63f.tar.bz2 ivy-cplusplus-03e474e496e7a9e7918c1d7abe0b358ebdc3a63f.tar.xz |
Utilisateur : Fcolin Date : 16/07/01 Heure : 11:47 Archivé dans $/Ivy (vss 7)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/Regexp.cxx | 2 |
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
//
|