]> granicus.if.org Git - yasm/commitdiff
Fix DJGPP build.
authorPeter Johnson <peter@tortall.net>
Fri, 23 Feb 2007 03:59:53 +0000 (03:59 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 23 Feb 2007 03:59:53 +0000 (03:59 -0000)
Reported by: rugxulo@gmail.com

svn path=/trunk/yasm/; revision=1785

Mkfiles/dj/libyasm-stdint.h

index 11b47d6476a3cbe9589092725cabcbc01734d6e7..d205fca0b38f80404b2eef6234d987abc5f9baa1 100644 (file)
@@ -1,3 +1,4 @@
 #ifndef _UINTPTR_T_DEFINED\r
 typedef unsigned long uintptr_t;\r
+#define _UINTPTR_T_DEFINED\r
 #endif\r