Upload Tizen:Base source
[toolchains/flex.git] / packaging / flex-2.5.35-gcc44.patch
1 diff -urNp flex-2.5.35.orig/flex.skl flex-2.5.35/flex.skl
2 --- flex-2.5.35.orig/flex.skl   2009-04-20 03:09:46.000000000 +0530
3 +++ flex-2.5.35/flex.skl        2009-04-20 07:46:58.000000000 +0530
4 @@ -217,6 +217,7 @@ m4preproc_include(`flexint.h')
5  /* begin standard C++ headers. */
6  #include <iostream> 
7  #include <errno.h>
8 +#include <cstdio>
9  #include <cstdlib>
10  #include <cstring>
11  /* end standard C++ headers. */
12 diff -urNp flex-2.5.35.orig/skel.c flex-2.5.35/skel.c
13 --- flex-2.5.35.orig/skel.c     2009-04-20 03:09:46.000000000 +0530
14 +++ flex-2.5.35/skel.c  2009-04-20 07:46:40.000000000 +0530
15 @@ -284,6 +284,7 @@ const char *skel[] = {
16    "/* begin standard C++ headers. */",
17    "#include <iostream> ",
18    "#include <errno.h>",
19 +  "#include <cstdio>",
20    "#include <cstdlib>",
21    "#include <cstring>",
22    "/* end standard C++ headers. */",