File: c23-fixes.patch

package info (click to toggle)
ipe-tools 1%3A7.2.29.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 880 kB
  • sloc: cpp: 2,719; python: 2,122; ansic: 1,052; sh: 224; makefile: 94; xml: 39
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- salsa.orig/ipe5toxml/ipe5toxml.c
+++ salsa/ipe5toxml/ipe5toxml.c
@@ -44,7 +44,6 @@
 #define IPE_BOLD    2
 #define IPE_MATH    3
 
-typedef int bool;
 typedef struct { double x, y; } vertex;
 typedef struct { double xmin, xmax, ymin, ymax; } bbox;