Menu

#2665 sign of char in builtin functions

closed-fixed
None
other
5
2018-08-02
2017-10-09
No

Builtin functions are handled via the backend-specific table of builtin functions, which are parsed at runtime. These tables uses a shorthand notation for types, e.g. ui is unsigned int, i is int.

However, it is currently not possible to specify a plain char. c is a singed char, uc is an unsigned char. But we need to be able to specify signed char, unsigned char and char (sign depends on command-line parameter).

Currently, the built-in string functions in the z80 backend use the wrong sign by default.

Philipp

Discussion

  • Philipp Klaus Krause

    • status: open --> closed-fixed
    • assigned_to: Philipp Klaus Krause
     
  • Philipp Klaus Krause

    Fixed in [r10496].

    Philipp

     

Log in to post a comment.

Monday.com Logo