summaryrefslogtreecommitdiffstats
path: root/tools/sed-structs
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy.zurcher@heraeus.com>2011-04-18 15:13:07 +0200
committerJérémy Zurcher <jeremy.zurcher@heraeus.com>2011-04-18 15:13:07 +0200
commitb2d1dc07f424ccf484daa27bbb259cc41859e1dd (patch)
treeb0a1648370dce8b3a3e25d464e51e8edc06f6458 /tools/sed-structs
parent407a73b868c98a2e275b2f00663f62d7b9df32b9 (diff)
downloadffi-efl-b2d1dc07f424ccf484daa27bbb259cc41859e1dd.zip
ffi-efl-b2d1dc07f424ccf484daa27bbb259cc41859e1dd.tar.gz
update tools/sed-* and tools/extract-api.sh
Diffstat (limited to 'tools/sed-structs')
-rw-r--r--tools/sed-structs14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/sed-structs b/tools/sed-structs
deleted file mode 100644
index 1b7afdf..0000000
--- a/tools/sed-structs
+++ /dev/null
@@ -1,14 +0,0 @@
-
-s/^\s*typedef\s+struct\s+(\w+)\s+(\w+)\s*;.*$/typedef struct \1 \2;/
-t finish
-/^\s*typedef\s+struct.*[^;].*/ ! b
-h
-:loop
-n
-/^\s*\}/ ! b loop
-s/^\s*\}\s*(\w+)\s*;.*$/\1;/
-H;x
-s/\n/ /g
-:finish
-s/ {2,}/ /g
-p