]> git.draconx.ca Git - cdecl99.git/commit
Avoid warnings about unused scanner functions.
authorNick Bowler <nbowler@draconx.ca>
Sun, 23 Jul 2023 15:48:33 +0000 (11:48 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 23 Jul 2023 15:48:33 +0000 (11:48 -0400)
commit95fee5a98002691b3cb1203b5808ec1ecfd7955b
treec1915350e785afc354e36f9e551c640c43165c1b
parent05d0ced1aa6c1e685e3228e7c43aab3fbb1d88c3
Avoid warnings about unused scanner functions.

We don't use input or unput in the scanner, so we can define some
macros to disable them which avoids some compiler warnings.
src/scan.l