tjr         2003/04/30 19:36:28 PDT
  FreeBSD src repository
  Modified files:
    usr.bin/m4           eval.c 
  Log:
  Flush streams before calling system() so that the output appears in the
  right place in the output stream when redirected to a file (when full
  buffering is enabled). Noticed by schweikh on freebsd-standards.
  
  Revision  Changes    Path
  1.21      +3 -1      src/usr.bin/m4/eval.c