diff options
author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-19 10:04:27 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-19 10:04:27 +0200 |
commit | e3c88dd4103413db40df39cb2e315ee0d8416260 (patch) | |
tree | c7ca165529470660465573377d3e21c2bf137ba8 /tools | |
parent | c1f521cbc9ab6631ba82c5b709d444d91c23a913 (diff) | |
download | ffi-efl-e3c88dd4103413db40df39cb2e315ee0d8416260.zip ffi-efl-e3c88dd4103413db40df39cb2e315ee0d8416260.tar.gz |
sed-functions: remove EINA_ARG...
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sed-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sed-functions b/tools/sed-functions index 9438459..a40088e 100644 --- a/tools/sed-functions +++ b/tools/sed-functions @@ -5,4 +5,5 @@ :loop /,$/ { N; s/\n/ /; t loop } s/ {2,}/ /g +s/\s+EINA_ARG.*/;/ s/^\s*EAPI/EAPI/p |