Split var.c into var.c and var_modify.c and move all the modification funcs
commit953a35a50c4139237bbcd823375c2d5b4d7157cc
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Nov 2004 00:10:09 +0000 (13 00:10 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Nov 2004 00:10:09 +0000 (13 00:10 +0000)
treeb498a4cbba4c1f848024a6872e6de434b1edc9f6
parent4faecc4751961da4aae23f74814cfeb27aec9123
Split var.c into var.c and var_modify.c and move all the modification funcs
to var_modify.c, for readability.  constify some low hanging fruit (string
manipulation functions) and the upper layers appropriately.  No longer use
the private strstr(3) implementation, while changing string code.  Add var.h

Taken-From: FreeBSD/jmallett
usr.bin/make/var.h [new file with mode: 0644]