summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-14 04:13:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-14 04:13:50 +0000
commit00b027972d07e1d53ec42ba7bbc007b558fb67f0 (patch)
tree069345c0006e2ad68b25c7b5cfcef49ce612ebfd /makedef.pl
parente601c439adce167078ac7b49550c0418ace86f94 (diff)
downloadperl-00b027972d07e1d53ec42ba7bbc007b558fb67f0.tar.gz
Redo #7679 with LFs instead of CRLFs.
p4raw-id: //depot/perl@7680
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl90
1 files changed, 45 insertions, 45 deletions
diff --git a/makedef.pl b/makedef.pl
index 70682f7976..e576245831 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -73,8 +73,8 @@ if ($PLATFORM eq 'aix') {
}
elsif ($PLATFORM eq 'win32') {
$CCTYPE = "MSVC" unless defined $CCTYPE;
- foreach ($thrdvar_h, $intrpvar_h, $perlvars_h, $global_sym,
- $pp_sym, $globvar_sym, $perlio_sym) {
+ foreach ($thrdvar_h, $intrpvar_h, $perlvars_h, $global_sym,
+ $pp_sym, $globvar_sym, $perlio_sym) {
s!^!..\\!;
}
}
@@ -573,8 +573,8 @@ while (<DATA>) {
if ($PLATFORM eq 'win32') {
foreach my $symbol (qw(
- setuid
- setgid
+ setuid
+ setgid
boot_DynaLoader
Perl_init_os_extras
Perl_thread_create
@@ -683,47 +683,47 @@ if ($PLATFORM eq 'win32') {
win32_getpid
win32_crypt
win32_dynaload
-
- win32_stdin
- win32_stdout
- win32_stderr
- win32_ferror
- win32_feof
- win32_strerror
- win32_fprintf
- win32_printf
- win32_vfprintf
- win32_vprintf
- win32_fread
- win32_fwrite
- win32_fopen
- win32_fdopen
- win32_freopen
- win32_fclose
- win32_fputs
- win32_fputc
- win32_ungetc
- win32_getc
- win32_fileno
- win32_clearerr
- win32_fflush
- win32_ftell
- win32_fseek
- win32_fgetpos
- win32_fsetpos
- win32_rewind
- win32_tmpfile
- win32_setbuf
- win32_setvbuf
- win32_flushall
- win32_fcloseall
- win32_fgets
- win32_gets
- win32_fgetc
- win32_putc
- win32_puts
- win32_getchar
- win32_putchar
+
+ win32_stdin
+ win32_stdout
+ win32_stderr
+ win32_ferror
+ win32_feof
+ win32_strerror
+ win32_fprintf
+ win32_printf
+ win32_vfprintf
+ win32_vprintf
+ win32_fread
+ win32_fwrite
+ win32_fopen
+ win32_fdopen
+ win32_freopen
+ win32_fclose
+ win32_fputs
+ win32_fputc
+ win32_ungetc
+ win32_getc
+ win32_fileno
+ win32_clearerr
+ win32_fflush
+ win32_ftell
+ win32_fseek
+ win32_fgetpos
+ win32_fsetpos
+ win32_rewind
+ win32_tmpfile
+ win32_setbuf
+ win32_setvbuf
+ win32_flushall
+ win32_fcloseall
+ win32_fgets
+ win32_gets
+ win32_fgetc
+ win32_putc
+ win32_puts
+ win32_getchar
+ win32_putchar
))
{
try_symbol($symbol);