~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/win32/wininc/ascdef.sed

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2001-08-29 23:15:17 UTC
  • Revision ID: james.westby@ubuntu.com-20010829231517-thxsp7ctuab584ia
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# function names with parameters
 
2
s/function \([^(]*\)A *(/function \1(/
 
3
# procedure names with parameters
 
4
s/procedure \([^(]*\)A *(/procedure \1(/
 
5
# function names without parameters
 
6
s/function \([^:(]*\)A *: */function \1 : /
 
7
# procedure names without parameters
 
8
s/procedure \([^;(]*\)A *;/procedure \1;/
 
9
# function return value
 
10
s/\([^ \t]*\)A *:=/\1:=/
 
11
# function call with parameters
 
12
s/\:=\(.*\)A(/:=\1(/
 
13
# function call without parameters
 
14
s/\:=\(.*\)A *;/:=\1;/
 
15
# unit name
 
16
s/ascfun;/ascdef;/
 
17
# cvs name
 
18
s/ascfun.pp,v/ascdef.pp,v/
 
19
# unit conditionnal
 
20
s/ASCIIFUNCTIONS/ASCIIFUNCTIONSDEFAULT/
 
21