From 35f4578c6b8cb1d90a4f77e346b7ee26877efa49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 24 Apr 2011 12:25:43 +0100 Subject: [PATCH] comment about memcpy prototype --- glapi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glapi.py b/glapi.py index 3f2aebe..c1b4852 100644 --- a/glapi.py +++ b/glapi.py @@ -2304,4 +2304,7 @@ glapi.add_functions([ ]) +# memcpy's prototype. We don't really want to trace all memcpy calls -- just +# emit a few fake memcpy calls --, which is why the prototype is not together +# with the rest. memcpy = Function(Void, "memcpy", [(GLmap, "dest"), (Blob(Const(Void), "n"), "src"), (SizeT, "n")]) -- 2.45.2