Commit 8cf3df09 authored by Rich Prohaska's avatar Rich Prohaska

port 32 bit

git-svn-id: file:///svn/tokudb@3324 c7de825b-a66e-492c-adef-691d508d4ae1
parent 62989886
......@@ -10,7 +10,7 @@
/* Generally: errno is set to 0 or a value to indicate problems. */
enum typ_tag { TYP_BRTNODE = 3735879681, //0xdead0001,
enum typ_tag { TYP_BRTNODE = 3735879681U, //0xdead0001,
TYP_CACHETABLE, TYP_PAIR, /* for cachetables */
TYP_PMA,
TYP_GPMA,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment