Skip to content

Commit 2ef9213

Browse files
committed
more explanations ULONG
1 parent bcf32d1 commit 2ef9213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

triangle.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@
219219

220220
/*
221221
The `ULONG' type must be large enough to hold a pointer. In particular,
222-
on mingw32 this needs to be redefined as `unsigned long long`.
222+
on mingw32 this needs to be redefined as `unsigned long long`. This brings
223+
flexibility to work around one of the "kludges" mentioned below.
223224
*/
224225

225226
#ifndef ULONG

0 commit comments

Comments
 (0)