mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build for gcc 3.4.
Spotted by: kris
This commit is contained in:
parent
178aa4f451
commit
3d6912db85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116168
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
--- gdc_py.c.orig Mon Feb 25 19:36:07 2002
|
||||
+++ gdc_py.c Thu Jul 18 14:52:48 2002
|
||||
+++ gdc_py.c Sat Aug 14 14:16:15 2004
|
||||
@@ -26,6 +26,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -10,3 +10,12 @@
|
|||
|
||||
#include "Python.h"
|
||||
#include "cStringIO.h"
|
||||
@@ -1327,8 +1330,6 @@
|
||||
}
|
||||
break;
|
||||
}
|
||||
-
|
||||
- default:
|
||||
|
||||
} // switch
|
||||
opt++;
|
||||
|
|
Loading…
Add table
Reference in a new issue