Minor workarounds for SGI and Darwin platforms.

[SVN r24340]
This commit is contained in:
John Maddock
2004-08-08 09:48:10 +00:00
parent 97d3cdad83
commit 2e968dea9c
3 changed files with 7 additions and 2 deletions

View File

@ -23,11 +23,11 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <wchar.h>
#include <stdlib.h>
#include <boost/regex.h>
#ifndef BOOST_NO_WREGEX
#include <wchar.h>
const wchar_t* expression = L"^";
const wchar_t* text = L"\n ";