]> git.sur5r.net Git - cc65/history - src/cc65/scanstrbuf.c
Use CHAR_BITS instead of a hardcoded 8 bits/byte.
[cc65] / src / cc65 / scanstrbuf.c
2004-03-02 cuzFixed a bug: Octal character constants were not handled...
2004-03-02 cuzSB_GetNumber didn't handle a sign correctly
2004-03-02 cuzAdded missing 'simple escape sequences'
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzRedoing the pragma stuff