shithub: mc

Download patch

ref: 24a5f2f68d074edd5e6663982bea9fd09ba7605c
parent: 36cfe833d4df23b2e0da38942c8d51de0bd72f6d
author: Ori Bernstein <[email protected]>
date: Tue Jan 3 15:17:15 EST 2012

Actually define 'ulong' as a type.

--- a/parse/parse.h
+++ b/parse/parse.h
@@ -1,5 +1,6 @@
 typedef uint32_t        unichar;
 typedef unsigned int    uint;
+typedef unsigned long   ulong;
 typedef long long       vlong;
 typedef unsigned long long uvlong;