Date: Tue, 24 May 2005 16:05:51 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c main.c make.c var.c var.h Message-ID: <200505241605.j4OG5paf068425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-24 16:05:51 UTC FreeBSD src repository Modified files: usr.bin/make job.c main.c make.c var.c var.h Log: The caller of Var_Value() should not change the variable value. Make this clear by constifying the return value. Obtained from: DragonFlyBSD Revision Changes Path 1.122 +1 -1 src/usr.bin/make/job.c 1.155 +1 -1 src/usr.bin/make/main.c 1.38 +7 -7 src/usr.bin/make/make.c 1.159 +5 -4 src/usr.bin/make/var.c 1.29 +1 -1 src/usr.bin/make/var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505241605.j4OG5paf068425>