bug concerning constant evaluation fixed

This commit is contained in:
Andreas Rumpf
2009-11-26 00:32:07 +01:00
committed by ringabout
parent 8fd8905382
commit fcffc84765

View File

@@ -11,7 +11,7 @@ when defined(windows):
elif defined(macosx):
const dllName = "libpq.dylib"
else:
const dllName = "libpq.so"
const dllName = "libpq.so(.5|)"
type
POid* = ptr Oid