]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Remove glibc snprintf workaround.
authorNick Bowler <nbowler@draconx.ca>
Thu, 22 Feb 2024 02:30:23 +0000 (21:30 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Feb 2024 02:30:23 +0000 (21:30 -0500)
commit1943156e7ba5c0318a54369a52297f74bad7b5b9
treef2ab1eae9a402aa4cfb6cf34bda0ebe9b9bf4883
parent1402a14592dde378698373044afbcef9c38ec2c2
libcdecl: Remove glibc snprintf workaround.

Since we don't use snprintf in the library anymore, we can remove
the glibc bug workaround when calling cdecl__strlcpy in the parser
error handler.
src/parse.y