Skip to content

Commit

Permalink
investigating fix for compiler complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Jan 23, 2024
1 parent 8bffb84 commit 14ff251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qhull/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ using std::ostream;
On 64-bit machines, a pointer may be larger than an 'int'.
qh_meminit() checks that 'long' holds a 'void*'
*/
typedef unsigned long ptr_intT;
//typedef unsigned long ptr_intT;
typedef unsigned long long ptr_intT;

/*-<a href="qh-mem.htm#TOC"
>--------------------------------</a><a name="qhmemT">-</a>
Expand Down

0 comments on commit 14ff251

Please sign in to comment.