]> granicus.if.org Git - flex/commit
Used NULL constant instead of plain integer for NULL pointer.
authorTobias Klauser <tklauser@distanz.ch>
Fri, 29 Jan 2016 13:31:54 +0000 (14:31 +0100)
committerWill Estes <westes575@gmail.com>
Sat, 30 Jan 2016 02:19:48 +0000 (21:19 -0500)
commit1cc6c871f9891bbf02d600b7a515d3cad06b0e46
tree53138078756452358fba52d65b7cf5efa8cd46bf
parenta7ff1b23a9049767e1df308bf5313a477ea07935
Used NULL constant instead of plain integer for NULL pointer.

The sparse static checker warns about using plain integer 0 as NULL
pointers in the generated lexer code. Fix this by using NULL
consistently for pointers.
src/flex.skl