File: 04_gcc43_fix.patch

package info (click to toggle)
python-visual 3.2.9-4.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,796 kB
  • ctags: 2,664
  • sloc: cpp: 11,958; sh: 8,185; python: 3,709; ansic: 480; makefile: 311
file content (12 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur python-visual-3.2.9/include/platlinux.h python-visual-3.2.9.new/include/platlinux.h
--- python-visual-3.2.9/include/platlinux.h	2005-06-25 17:08:57.000000000 +0530
+++ python-visual-3.2.9.new/include/platlinux.h	2008-03-23 15:25:44.000000000 +0530
@@ -24,7 +24,7 @@
 	pthread_mutex_t mtx;
   
  public:
-	typedef lock<mutex> lock;
+	typedef visual::lock<mutex> lock;
 
 	mutex(int spincount=0, int count=1);
 	~mutex();