File: 10_vp_global_h.patch

package info (click to toggle)
volpack 1.0b3-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,948 kB
  • sloc: ansic: 12,201; sh: 9,078; makefile: 91; csh: 76
file content (15 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Description: Fix for vp_global.h

--- volpack-1.0b3.orig/vp_global.h
+++ volpack-1.0b3/vp_global.h
@@ -168,7 +168,9 @@
  * Macros.                                                         *
  *******************************************************************/
 
+#ifndef NULL
 #define NULL 0
+#endif
 
 #define MAX(a,b)        (((a)<(b)) ? (b) : (a))
 #define MIN(a,b)        (((a)>(b)) ? (b) : (a))