// @(#)$Id: pretend_bool.h,v 1.2 1994/09/25 22:59:26 leavens Exp $

#ifndef pretend_bool_h
#define pretend_bool_h

typedef int bool;
enum {false=0, true=1};

#endif
