From 039ece9d20908a7cac0dc5a45d27b55703c6605c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 18 Apr 2011 15:38:59 +0200 Subject: fix sed-callbacks handle pointer return type --- tools/sed-callbacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sed-callbacks b/tools/sed-callbacks index 6fe6e5e..af9c2b7 100644 --- a/tools/sed-callbacks +++ b/tools/sed-callbacks @@ -1 +1 @@ -/^\s*typedef\s+([a-zA-Z0-9_\* ]+?)\s+(\(\*)?(\w+)\)?\s*\(.*\);\s*$/p +/^\s*typedef\s+([a-zA-Z0-9_\* ]+?)\s+\*?(\(\*)?(\w+)\)?\s*\(.*\);\s*$/p -- cgit v1.1-2-g2b99