Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/03/2005 07:02:40
Module Name:	src
Committed By:	lukem
Date:		Fri Jun  3 07:02:39 UTC 2005

Modified Files:
	src/usr.bin/make: var.c

Log Message:
* Improve error handling with unrecognized chars after :t.
* Explicitly goto default_case for unknown chars encountered after
  various : modifiers, rather than multiple FALLTHRUs.
* Appease gcc -Wuninitialized for sv_name and v_ctxt.

Discussed with sjg.


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.