ragel.patch 882 B

12345678910111213141516171819202122232425262728293031323334
  1. Index: ragel/ragel.h
  2. --- ragel/ragel.h.orig 2005-12-17 04:50:57 +0100
  3. +++ ragel/ragel.h 2006-01-27 22:33:01 +0100
  4. @@ -25,6 +25,7 @@
  5. #include <stdio.h>
  6. #include <iostream>
  7. #include <fstream>
  8. +#include <string>
  9. #include "config.h"
  10. #define PROGNAME "ragel"
  11. Index: rlcodegen/fsmcodegen.cpp
  12. --- rlcodegen/fsmcodegen.cpp.orig 2006-01-24 21:22:12 +0100
  13. +++ rlcodegen/fsmcodegen.cpp 2006-01-27 22:33:01 +0100
  14. @@ -25,6 +25,7 @@
  15. #include "fsmcodegen.h"
  16. #include "redfsm.h"
  17. #include "gendata.h"
  18. +#include <climits>
  19. #include <sstream>
  20. /* Determine if a string is only whitespace. Code blocks that are only
  21. Index: rlcodegen/gendata.cpp
  22. --- rlcodegen/gendata.cpp.orig 2006-01-24 21:22:12 +0100
  23. +++ rlcodegen/gendata.cpp 2006-01-27 22:33:01 +0100
  24. @@ -31,6 +31,7 @@
  25. #include "fgotocodegen.h"
  26. #include "ipgotocodegen.h"
  27. +#include <climits>
  28. #include <iostream>
  29. using std::endl;