Browse Source

* fix cvs name replacing

peter 23 năm trước cách đây
mục cha
commit
eb17b0dc2d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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/