Browse Source

* fix cvs name replacing

peter 22 years ago
parent
commit
eb17b0dc2d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/win32/wininc/ascdef.sed
  2. 1 1
      rtl/win32/wininc/unidef.sed

+ 1 - 1
rtl/win32/wininc/ascdef.sed

@@ -15,7 +15,7 @@ s/\:=\(.*\)A *;/:=\1;/
 # unit name
 s/ascfun;/ascdef;/
 # cvs name
-s/ascfun.pp,v/ascdef.pp,v/
+s/ascfun.inc,v/ascdef.inc,v/
 # unit conditionnal
 s/ASCIIFUNCTIONS/ASCIIFUNCTIONSDEFAULT/
 

+ 1 - 1
rtl/win32/wininc/unidef.sed

@@ -15,7 +15,7 @@ s/\:=\(.*\)W *;/:=\1;/
 # unit name
 s/unifun;/unidef;/
 # cvs name
-s/unifun.pp,v/unidef.pp,v/
+s/unifun.inc,v/unidef.inc,v/
 # unit conditionnal
 s/UNICODEFUNCTIONS/UNICODEFUNCTIONSDEFAULT/