]> git.pld-linux.org Git - packages/dia.git/blob - dia-gcc4.patch
- up to 0.96-pre3
[packages/dia.git] / dia-gcc4.patch
1 --- dia-0.94/objects/custom/shape_info.c.orig   2004-08-16 09:56:15.000000000 +0200
2 +++ dia-0.94/objects/custom/shape_info.c        2005-05-11 19:55:34.000000000 +0200
3 @@ -116,7 +116,7 @@
4  /* routine to chomp off the start of the string */
5  #define path_chomp(path) while (path[0]!='\0'&&strchr(" \t\n\r,", path[0])) path++
6  
7 -static void
8 +void
9  parse_path(ShapeInfo *info, const char *path_str, DiaSvgGraphicStyle *s)
10  {
11    enum {
12 --- dia-0.94/plug-ins/python/pydia-object.h.orig        2004-08-16 09:56:20.000000000 +0200
13 +++ dia-0.94/plug-ins/python/pydia-object.h     2005-05-11 20:11:57.000000000 +0200
14 @@ -20,10 +20,9 @@
15  #ifndef PYDIA_OBJECT_H
16  #define PYDIA_OBJECT_H
17  
18 +#include <object.h>
19  #include <Python.h>
20  
21 -#include "object.h"
22 -
23  typedef struct {
24      PyObject_HEAD
25      DiaObject *object;
This page took 0.02803 seconds and 3 git commands to generate.