cvs commit: src/usr.bin/m4 expr.c

Sean Kelly smkelly at FreeBSD.org
Fri Apr 30 20:59:44 PDT 2004


smkelly     2004/04/30 20:59:43 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/m4           expr.c 
  Log:
  Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator
  precedence. Add short-circuit evaluation.
  
  PR:             bin/60914
  Reviewed by:    petef
  Discussed with: jeff, petef
  
  Revision  Changes    Path
  1.14      +173 -154  src/usr.bin/m4/expr.c


More information about the cvs-all mailing list