flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://flightaware.github.io/speedtables/
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Cpp tcl86 #45

Closed zeroschism closed 9 years ago

zeroschism commented 9 years ago

In tcl8.5 a number of macros were defined as returning char* and have been changed to return void. I added the cast to char explicitly where it was not to avoid type conversion errors. I also changed the README.FreeBSD configure line to use --with-tcl=/usr/local/lib/tcl8.6 instead of --with-tcl=/usr/local/lib/tcl8.5