stefanf     2005-08-13 15:47:13 UTC
  FreeBSD src repository
  Modified files:
    bin/sh               mksyntax.c parser.c 
  Log:
  Put the comparison with PEOF into a new macro is_eof().  Don't use it if the
  character comes from a string.
  
  Revision  Changes    Path
  1.24      +4 -3      src/bin/sh/mksyntax.c
  1.55      +4 -3      src/bin/sh/parser.c