]> git.ipfire.org Git - thirdparty/make.git/commit
Allow compiling with an ISO C 1989/1990 compiler.
authorPaul Smith <psmith@gnu.org>
Sun, 24 Apr 2016 15:27:57 +0000 (11:27 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 21 May 2016 18:30:37 +0000 (14:30 -0400)
commit45200a42d3de9a022584f98200ec141f46dcdf95
tree41a8ca9806bf701935ecc9bd26b657bcd27aea95
parent4c9e10fd94718c130e5186faa27d56b4a3713153
Allow compiling with an ISO C 1989/1990 compiler.

* posixos.c (jobserver_post_child): Use C89 for loop syntax.
* remake.c (update_goal_chain): Ditto.
* variable.c (parse_variable_definition): Ditto.
posixos.c
remake.c
variable.c