File: test.patch

package info (click to toggle)
opt 3.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: ansic: 3,899; perl: 863; sh: 554; cpp: 524; tcl: 325; makefile: 50
file content (15 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- opt-3.19.orig/test/testcc.cc
+++ opt-3.19/test/testcc.cc
@@ -1,9 +1,11 @@
 /* testcc.cc */
 
-#include <iostream.h>
+#include <iostream>
 #include <stdio.h>
 #include <opt.h>
 
+using namespace std;
+
 int month=4;
 int day=24;
 int year=1993;