wok annotate aiksaurus/stuff/aiksaurus-gcc44.patch @ rev 22539
updated bird (2.0.3 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 16:08:36 2020 +0100 (2020-01-03) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@7032 | 1 --- base/aiksaurus.t.cpp~ 2003-06-26 21:44:38.000000000 -0400 |
gokhlayeh@7032 | 2 +++ base/aiksaurus.t.cpp 2009-05-31 20:02:29.172988678 -0400 |
gokhlayeh@7032 | 3 @@ -22,6 +22,7 @@ |
gokhlayeh@7032 | 4 #include "Aiksaurus.h" |
gokhlayeh@7032 | 5 #include "AsciiCompare.h" |
gokhlayeh@7032 | 6 #include "config.h" |
gokhlayeh@7032 | 7 +#include <cstdlib> |
gokhlayeh@7032 | 8 #include <iostream> |
gokhlayeh@7032 | 9 #include <string> |
gokhlayeh@7032 | 10 using namespace std; |
gokhlayeh@7032 | 11 |
gokhlayeh@7032 | 12 --- ./gtk/src/Display.cpp~ 2003-05-27 19:56:54.000000000 -0400 |
gokhlayeh@7032 | 13 +++ ./gtk/src/Display.cpp 2009-06-02 18:09:36.198627551 -0400 |
gokhlayeh@7032 | 14 @@ -22,6 +22,7 @@ |
gokhlayeh@7032 | 15 #include "Meaning.h" |
gokhlayeh@7032 | 16 #include "DialogMediator.h" |
gokhlayeh@7032 | 17 #include "Exception.h" |
gokhlayeh@7032 | 18 +#include <cstring> |
gokhlayeh@7032 | 19 using namespace std; |
gokhlayeh@7032 | 20 |
gokhlayeh@7032 | 21 namespace AiksaurusGTK_impl |
gokhlayeh@7032 | 22 --- ./gtk/src/gtkAiksaur.t.cpp~ 2002-01-11 21:02:12.000000000 -0500 |
gokhlayeh@7032 | 23 +++ ./gtk/src/gtkAiksaur.t.cpp 2009-06-02 18:12:06.815277325 -0400 |
gokhlayeh@7032 | 24 @@ -21,6 +21,7 @@ |
gokhlayeh@7032 | 25 #include <AiksaurusGTK.h> |
gokhlayeh@7032 | 26 #include "config.h" |
gokhlayeh@7032 | 27 #include <gtk/gtk.h> |
gokhlayeh@7032 | 28 +#include <cstdlib> |
gokhlayeh@7032 | 29 #include <iostream> |
gokhlayeh@7032 | 30 #include <string> |
gokhlayeh@7032 | 31 using namespace std; |