devtodo.patch 454 B

12345678910111213141516171819
  1. --- util/CommandArgs.cc.orig Sun May 26 20:28:55 2002
  2. +++ util/CommandArgs.cc Thu Jun 12 20:09:06 2003
  3. @@ -1,4 +1,5 @@
  4. #include "CommandArgs.h"
  5. +#include <assert.h>
  6. CommandArgs::CommandArgs() {
  7. }
  8. --- util/Regex.h.orig Sat Dec 21 16:10:43 2002
  9. +++ util/Regex.h Thu Jun 12 20:07:25 2003
  10. @@ -7,6 +7,7 @@
  11. #include <utility>
  12. #include <stdexcept>
  13. #include <sys/types.h>
  14. +#include <assert.h>
  15. #include "c_regex.h"
  16. #ifndef CRASH_REGEX_CACHE_THRESHOLD