]> git.pld-linux.org Git - packages/v8.git/blob - v8-cstdio.patch
- updated URLs, dropped upstream-tracker.org note (this domain is dead now)
[packages/v8.git] / v8-cstdio.patch
1 diff -ur v8-/src/d8-readline.cc v8/src/d8-readline.cc
2 --- v8-/src/d8-readline.cc      2010-03-09 20:28:47.000000000 -0700
3 +++ v8/src/d8-readline.cc       2010-03-09 20:52:00.000000000 -0700
4 @@ -26,7 +26,7 @@
5  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6  
7  
8 -#include <cstdio>  // NOLINT
9 +#include <stdio.h>  // NOLINT
10  #include <readline/readline.h> // NOLINT
11  #include <readline/history.h> // NOLINT
12  
This page took 0.053169 seconds and 3 git commands to generate.