garrigue / labltk

LablTk, an OCaml interface for Tcl/Tk
https://garrigue.github.io/labltk/
Other
32 stars 12 forks source link

Port tclversion.c to C99 #21

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Avoid implicit int because it was removed from the language. Future compilers will not support implicit ints by default, leading to compilation failures.

Related to:

thesamesam commented 1 year ago

Dupe of https://github.com/garrigue/labltk/pull/17, I think.

fweimer-rh commented 1 year ago

Right, I missed the previous PR.