Menu

#90 UL type not recognized

OnBoard_Asm
open
nobody
5
2006-09-07
2006-09-07
Ken Mankoff
No

static UTF32 offsetsFromUTF8[6] = { 0x00000000UL,
0x00003080UL, 0x000E2080UL, 0x03C82080UL, 0XFA02080UL,
0x2082080UL };

Produces the following error:

======================

Unexpected token while

waiting for a unary

expression, line XX
(OK) (Goto)

----------------------

If "UL" is removed it then compiles.

Discussion

  • Ken Mankoff

    Ken Mankoff - 2006-09-07

    Logged In: YES
    user_id=192791

    elsewhere in the project:

    typedef UInt32 UTF32;

     
  • John Wilund

    John Wilund - 2008-04-07

    Logged In: YES
    user_id=574706
    Originator: NO

    is this still a BUG? confirmation someone?

    Is this a OBA BUG?

     

Log in to post a comment.