]> git.ipfire.org Git - thirdparty/make.git/commit
Separate the GNU make load ABI from internal types.
authorPaul Smith <psmith@gnu.org>
Sun, 1 May 2016 23:24:20 +0000 (19:24 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 21 May 2016 20:22:32 +0000 (16:22 -0400)
commitc73ed7dd1cda65463e9ed8b99bcd4a7d9195d7fa
tree391eec685e146acf94af83ea30c388cd14216b0e
parentba8383efd8b1fded117f2587c78c40b28fe4e016
Separate the GNU make load ABI from internal types.

Create an internal type "floc" and convert all users to that type.
* gnumake.h (gmk_floc): Remove the offset field from this type.
* loadapi.c (gmk_eval): Convert gmk_floc to internal floc.
14 files changed:
commands.h
dep.h
expand.c
function.c
gnumake.h
guile.c
job.c
load.c
loadapi.c
makeint.h
output.c
read.c
variable.c
variable.h