]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/db/postgresql/ffi/ffi.factor
Fixing everything for mandatory stack effects
[factor.git] / extra / db / postgresql / ffi / ffi.factor
index 3686afa80cb167976cecd9ae8a2a041b71e8e4b7..4358d7f3de6d5de9a14f618235b7ac24797e95be 100755 (executable)
@@ -281,7 +281,7 @@ FUNCTION: void PQclear ( PGresult* res ) ;
 FUNCTION: void PQfreemem ( void* ptr ) ;
 
 ! Exists for backward compatibility.
-: PQfreeNotify PQfreemem ;
+: PQfreeNotify ( ptr -- ) PQfreemem ;
 
 !
 ! Make an empty PGresult with given status (some apps find this