diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-12-04 11:15:20 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-12-04 11:15:20 -0500 |
commit | ae6417be71abf3da25f7708d3ead977a03417e31 (patch) | |
tree | c60abe4025d03517d3a685076e32aa3fc48093a0 /tests/transactional.urp | |
parent | 686b727ebba1749f1936cfc39a7b6b1f1f6ebc0a (diff) |
New argument to transactional free functions, to specify whether we are about to retry
Diffstat (limited to 'tests/transactional.urp')
-rw-r--r-- | tests/transactional.urp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/transactional.urp b/tests/transactional.urp new file mode 100644 index 00000000..4ff1fea7 --- /dev/null +++ b/tests/transactional.urp @@ -0,0 +1,4 @@ +ffi transactional +include transactional.h +link transactional.o +effectful Transactional.foo |