mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 09:43:42 +02:00
10 lines
282 B
Sed
10 lines
282 B
Sed
s/function \([^(]*\)W *(/function \1(/
|
|
s/procedure \([^(]*\)W *(/procedure \1(/
|
|
s/function \([^:(]*\)W *: */function \1 : /
|
|
s/procedure \([^;(]*\)W *;/procedure \1;/
|
|
s/\([^ \t]*\)W *:=/\1:=/
|
|
s/unifun;/unidef;/
|
|
s/unifun.pp,v/unidef.pp,v/
|
|
s/UNICODEFUNCTIONS/UNICODEFUNCFIONSDEFAULT/
|
|
|