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?