harti       2005-09-07 07:34:24 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/make         main.c 
  Log:
  Fix the type of the variable 'debug'. It is used as a bitmap, so the
  type should be int rather than Boolean.
  
  PR:             bin/84528
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.156     +1 -1      src/usr.bin/make/main.c