]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
cgram: adjust style to survive lint's strict bool mode
authorrillig <rillig@NetBSD.org>
Sun, 21 Feb 2021 16:05:44 +0000 (16:05 +0000)
committerCameron Katri <me@cameronkatri.com>
Tue, 13 Apr 2021 19:28:32 +0000 (15:28 -0400)
commited695539f2c9b4aefd9f42852aa112ade4da7102
tree1ef915500cf086aacd96c0524264470df6bf034a
parentdc16da48e78d1aacd7512c3a94cc56af21ae807a
cgram: adjust style to survive lint's strict bool mode

The biggest change is the return type of substitute().  Before, 0 meant
success, now false means failure.

No functional change.
cgram/cgram.c