mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Fixes for Sun Forte cc
[SVN r13713]
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#ifndef NDEBUG
|
||||
@@ -183,3 +184,4 @@ void string_unit_test()
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <stddef.h>
|
||||
#include "jam.h"
|
||||
#include "regexp.h"
|
||||
#include "hash.h"
|
||||
|
||||
@@ -90,3 +91,4 @@ builtin_subst(
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#ifndef NDEBUG
|
||||
@@ -183,3 +184,4 @@ void string_unit_test()
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <stddef.h>
|
||||
#include "jam.h"
|
||||
#include "regexp.h"
|
||||
#include "hash.h"
|
||||
|
||||
@@ -90,3 +91,4 @@ builtin_subst(
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user