]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Allow >32-bit bit-vector constants on 32-bit machines.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 11 Jan 2009 12:54:36 +0000 (12:54 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 11 Jan 2009 12:54:36 +0000 (12:54 +0000)
commitc9069d9b433fc6169767596302c4846f0e12c91f
treeb3318b2ef17c14774bdb3937d0fb18cb4536c823
parent6da5197fcbea405edebbefad553d8ea2f4fb8303
Allow >32-bit bit-vector constants on 32-bit machines.

The previous changes worked on 64-bit, not 32-bit machines. When I
compiled with -m32 it broke. This patch fixes it.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@52 e59a4935-1847-0410-ae03-e826735625c1
AST/AST.h