diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-20 23:10:15 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-20 23:10:15 +0000 |
commit | 907b3e23950be4dd31c150e1902fbd26201355bd (patch) | |
tree | 7b9c95a262315e6e15824a38639960ea0b9361a7 /win32 | |
parent | 882227b7f0b6e1ca62725268e60a7fd0211899ca (diff) | |
download | perl-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/Makefile | 1 | ||||
-rw-r--r-- | win32/Makefile.ce | 1 | ||||
-rw-r--r-- | win32/makefile.mk | 1 |
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 \ |