[haiku-commits] Re: BRANCH mmadia-github.separate-build-environment - in headers/build: posix_target os_target/support

  • From: Matt Madia <mattmadia@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 3 Aug 2012 14:54:44 +0000

On 8/3/12, mmadia-github.separate-build-environment
<community@xxxxxxxxxxxx> wrote:
> added 6 changesets to branch
> 'refs/remotes/mmadia-github/separate-build-environment'
> old head: 37dfa8bbb433c915e0e71491515b6eb0a5da5d64
> new head: 13c64484bff573f4d4627fac69b2baea30035622

> ############################################################################
>
> Commit:      13c64484bff573f4d4627fac69b2baea30035622
>
> Author:      Matt Madia <mattmadia@xxxxxxxxx>
> Date:        Fri Aug  3 10:44:58 2012 UTC
>
> Added the unprefixed types.
>
> ----------------------------------------------------------------------------
>
> diff --git a/headers/build/os_target/support/target_SupportDefs.h
> b/headers/build/os_target/support/target_SupportDefs.h
> index 6761c25..edced69 100644
> --- a/headers/build/os_target/support/target_SupportDefs.h
> +++ b/headers/build/os_target/support/target_SupportDefs.h
> @@ -237,5 +237,117 @@ _HAIKU_BUILD_DECLARE_FUNCTION(void*,
> _haiku_build_get_stack_frame, (void))
>  #    define _HAIKU_BUILD_TRUE                1
>  #endif
>
> +#ifndef _HAIKU_BUILD_LIBROOT_FUNCTION_WRAPPER

[...]
> +#endif /* _HAIKU_BUILD_LIBROOT_FUNCTION_WRAPPER */

After committing + pushing, I realized that the unprefixed versions need
to be added for these:
typedef __haiku_build_haiku_int8                        
_HAIKU_BUILD_IDENTIFIER(int8);

Ingo, I'll take the time and look more at your comment about defining
the _haiku_build_[u]int* versions unconditionally and conditionally
defining the unprefixed types.

--mmadia

Other related posts: