summaryrefslogtreecommitdiffstats
path: root/tools/sed-callbacks
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy.zurcher@heraeus.com>2011-04-18 15:38:59 +0200
committerJérémy Zurcher <jeremy.zurcher@heraeus.com>2011-04-18 15:38:59 +0200
commit039ece9d20908a7cac0dc5a45d27b55703c6605c (patch)
tree85ee5116556f09a23ae3c19dbcb4f0db33013514 /tools/sed-callbacks
parentb2d1dc07f424ccf484daa27bbb259cc41859e1dd (diff)
downloadffi-efl-039ece9d20908a7cac0dc5a45d27b55703c6605c.zip
ffi-efl-039ece9d20908a7cac0dc5a45d27b55703c6605c.tar.gz
fix sed-callbacks handle pointer return type
Diffstat (limited to 'tools/sed-callbacks')
-rw-r--r--tools/sed-callbacks2
1 files changed, 1 insertions, 1 deletions
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