projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
06c7082
cb27fc1
)
Integrate mainline
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sat, 20 Oct 2001 16:44:03 +0000
(16:44 +0000)
committer
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sat, 20 Oct 2001 16:44:03 +0000
(16:44 +0000)
p4raw-id: //depot/perlio@12537
1
2
perl.h
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
perl.h
index
83b51ce
,
2959df4
..
1e40d9b
---
1
/
perl.h
---
2
/
perl.h
+++ b/
perl.h
@@@
-425,10
-425,10
+425,10
@@@
int usleep(unsigned int)
# define MYSWAP
#endif
--/* Cannot include embed.h here on Win32 as win32.h has not
++/* Cannot include embed.h here on Win32 as win32.h has not
yet been included and defines some config variables e.g. HAVE_INTERP_INTERN
*/
- #if !defined(PERL_FOR_X2P) && !
defined(WIN32
)
+ #if !defined(PERL_FOR_X2P) && !
(defined(WIN32)||defined(VMS)
)
# include "embed.h"
#endif