[Midnightbsd-cvs] src [11141] trunk/contrib/bmake/var.c: fix botched merge
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 26 20:20:47 EDT 2018
Revision: 11141
http://svnweb.midnightbsd.org/src/?rev=11141
Author: laffer1
Date: 2018-06-26 20:20:47 -0400 (Tue, 26 Jun 2018)
Log Message:
-----------
fix botched merge
Modified Paths:
--------------
trunk/contrib/bmake/var.c
Modified: trunk/contrib/bmake/var.c
===================================================================
--- trunk/contrib/bmake/var.c 2018-06-27 00:20:04 UTC (rev 11140)
+++ trunk/contrib/bmake/var.c 2018-06-27 00:20:47 UTC (rev 11141)
@@ -3720,7 +3720,6 @@
* flags VARF_UNDEFERR if undefineds are an error
* VARF_WANTRES if we actually want the result
* VARF_ASSIGN if we are in a := assignment
- * wantit TRUE if we actually want the result
* lengthPtr OUT: The length of the specification
* freePtr OUT: Non-NULL if caller should free *freePtr
*
@@ -4079,7 +4078,6 @@
* flags VARF_UNDEFERR if undefineds are an error
* VARF_WANTRES if we actually want the result
* VARF_ASSIGN if we are in a := assignment
- * wantit TRUE if we actually want the result
*
* Results:
* The resulting string.
More information about the Midnightbsd-cvs
mailing list