]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Simplify cdecl__advance.
authorNick Bowler <nbowler@draconx.ca>
Fri, 23 Jun 2023 03:37:54 +0000 (23:37 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 23 Jun 2023 05:03:44 +0000 (01:03 -0400)
commit7df5e2a15f784ab786f56ca25d739c8b546ccde8
tree23579656db9d7f5b652687ba7abe409931272a96
parent0b2a2978f09f5d9b56d8655dd60eaffbe9006b7a
libcdecl: Simplify cdecl__advance.

It seems unnecessary to set the dst pointer to null here, nothing
cares if this pointer is null or not null, only the length matters.
src/output.c