diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-28 15:12:13 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-28 15:12:13 +0200 |
commit | 1d33826e32c3f7004b56f61e560a40f42628d45c (patch) | |
tree | 6273e18f6e9d4bd548c9aa47862a870fde14d889 /tools/sed-functions | |
parent | b6f478475c6d29da86aba650793fe46b0548207f (diff) | |
download | ffi-efl-1d33826e32c3f7004b56f61e560a40f42628d45c.zip ffi-efl-1d33826e32c3f7004b56f61e560a40f42628d45c.tar.gz |
sed-functions removes trailing EINA_
Diffstat (limited to 'tools/sed-functions')
-rw-r--r-- | tools/sed-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sed-functions b/tools/sed-functions index a40088e..faf8bc7 100644 --- a/tools/sed-functions +++ b/tools/sed-functions @@ -5,5 +5,5 @@ :loop /,$/ { N; s/\n/ /; t loop } s/ {2,}/ /g -s/\s+EINA_ARG.*/;/ +s/\s+EINA_.*/;/ s/^\s*EAPI/EAPI/p |