fpc/rtl/win32/ascdef.sed
pierre a0eda71f84 * compilable windows.pp file
still to do :
     - findout problems
     - findout the correct DLL for each call !!
1998-08-31 11:53:53 +00:00

10 lines
278 B
Sed

s/function \([^(]*\)A *(/function \1(/
s/procedure \([^(]*\)A *(/procedure \1(/
s/function \([^:(]*\)A *: */function \1 : /
s/procedure \([^;(]*\)A *;/procedure \1;/
s/\([^ \t]*\)A *:=/\1:=/
s/ascfun;/ascdef;/
s/ascfun.pp,v/ascdef.pp,v/
s/ASCIIFUNCTIONS/ASCIIFUNCFIONSDEFAULT/