Subject: Re: CVS commit: src/bin/csh
To: None <christos@netbsd.org>
From: Matt Thomas <matt@3am-software.com>
List: tech-userlevel
Date: 07/16/2007 13:00:59
Christos Zoulas wrote:
> Module Name:	src
> Committed By:	christos
> Date:		Mon Jul 16 18:26:11 UTC 2007
> 
> Modified Files:
> 	src/bin/csh: csh.c csh.h dir.c dol.c exec.c exp.c extern.h file.c
> 	    func.c glob.c hist.c lex.c parse.c proc.c proc.h sem.c set.c
> 
> Log Message:
> no need to have cshbool; just make them int

Why not use the C99 bool?