summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-20 23:10:15 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-20 23:10:15 +0000
commit907b3e23950be4dd31c150e1902fbd26201355bd (patch)
tree7b9c95a262315e6e15824a38639960ea0b9361a7 /win32
parent882227b7f0b6e1ca62725268e60a7fd0211899ca (diff)
downloadperl-907b3e23950be4dd31c150e1902fbd26201355bd.tar.gz
delete thrdvar.h and move its contents to intrpvar.h
p4raw-id: //depot/perl@31245
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile1
-rw-r--r--win32/Makefile.ce1
-rw-r--r--win32/makefile.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 8a5dc9384a..559fd318df 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -745,7 +745,6 @@ CORE_NOCFG_H = \
..\EXTERN.h \
..\perlvars.h \
..\intrpvar.h \
- ..\thrdvar.h \
.\include\dirent.h \
.\include\netdb.h \
.\include\sys\socket.h \
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 17d333cc97..c7b5a50de3 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -651,7 +651,6 @@ CORE_NOCFG_H = \
..\EXTERN.h \
..\perlvars.h \
..\intrpvar.h \
- ..\thrdvar.h \
.\include\dirent.h \
.\include\netdb.h \
.\include\sys\socket.h \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 6b1f38b9ef..80c0ac607c 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -914,7 +914,6 @@ CORE_NOCFG_H = \
..\EXTERN.h \
..\perlvars.h \
..\intrpvar.h \
- ..\thrdvar.h \
.\include\dirent.h \
.\include\netdb.h \
.\include\sys\socket.h \