From d44c69639454fc5a5b82ecc0d0078571063a8fe2 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sat, 5 Dec 2015 18:33:15 +0100 Subject: fixfixfixfix --- demo/embedding.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demo') diff --git a/demo/embedding.py b/demo/embedding.py index 365238d..1f95b40 100644 --- a/demo/embedding.py +++ b/demo/embedding.py @@ -9,6 +9,8 @@ ffi.cdef(""" ffi.embedding_init_code(""" print "preparing" + intern("foo") + @ffi.def_extern() def add(x, y): print "adding", x, "and", y -- cgit v1.2.1