]> git.draconx.ca Git - gob-dx.git/commit
Rename "prealloc" global variable.
authorNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:06:09 +0000 (23:06 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:41:26 +0000 (23:41 -0500)
commit86d4727e727a55648196205cff450c96569ec4a6
treefe8844ff000c9453b167f1c3956de6b13122142a
parent7f1f40bee65a4a3d3947ad8c50b535ea0754f629
Rename "prealloc" global variable.

HP-UX 11 has a function called "prealloc" in its C library which causes
conflicts with this global variable.  Let's pick a different name.
src/lexer.l
src/main.c
src/main.h