summaryrefslogtreecommitdiff
path: root/Ivy/Regexp.cxx
diff options
context:
space:
mode:
authorfcolin2008-12-10 11:57:07 +0000
committerfcolin2008-12-10 11:57:07 +0000
commitbab8b091f69679c373e4f8ccfa794cd52419db8f (patch)
treea6fc7fc11b58ebd8ca819bbd208aa44c79e9e468 /Ivy/Regexp.cxx
parentcccb229e246f7331ff703d4817b414c66991e55e (diff)
downloadivy-cplusplus-bab8b091f69679c373e4f8ccfa794cd52419db8f.zip
ivy-cplusplus-bab8b091f69679c373e4f8ccfa794cd52419db8f.tar.gz
ivy-cplusplus-bab8b091f69679c373e4f8ccfa794cd52419db8f.tar.bz2
ivy-cplusplus-bab8b091f69679c373e4f8ccfa794cd52419db8f.tar.xz
mise en conformite avec Regexp.cxx et Regexp.h pour compilation sans USE_PCRE
Diffstat (limited to 'Ivy/Regexp.cxx')
-rw-r--r--Ivy/Regexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Regexp.cxx b/Ivy/Regexp.cxx
index 4dc1823..f04da7b 100644
--- a/Ivy/Regexp.cxx
+++ b/Ivy/Regexp.cxx
@@ -68,7 +68,7 @@
// regular-expression syntax might require a total rethink.
#include "IvyStdAfx.h"
-#include "regexp.h"
+#include "Regexp.h"
// The first byte of the regexp internal "program" is actually this magic
// number; the start node begins in the second byte.