[haiku-bugs] Re: [Haiku] #12515: can't build Haiku within haiku.

  • From: "dknoto" <trac@xxxxxxxxxxxx>
  • Date: Mon, 21 Dec 2015 11:26:55 -0000

#12515: can't build Haiku within haiku.
-------------------------+----------------------------
Reporter: khallebal | Owner: nobody
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: - General | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Has a Patch: 1 | Platform: x86
-------------------------+----------------------------

Comment (by dknoto):

AWK code sequence is as follows:

{{{
static mbstate_t cur_mbstate;
...
static int nextc(...)
{
...
mbstate_t tmp_mbstate;
...
for (idx = 0, ....)
{
...
tmp_state = cur_mbstate;
...
mbrlen(lexptr, idx + 1, &tmp_state);
...
}
cur_mbstate = tmp_state;
}
}}}

This is weird for me.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12515#comment:16>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: