diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-02-10 18:02:21 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-02-10 18:02:21 +0000 |
commit | 70790b0ca43de3f59513ee0be4101760e5518a90 (patch) | |
tree | 69cdb3cc7f9eb1e704c4328863163900d56099bc /win32 | |
parent | 22bcd105528938087d4d4050927f714f10049f3c (diff) | |
download | perl-70790b0ca43de3f59513ee0be4101760e5518a90.tar.gz |
Borland/Win32 tuning
p4raw-id: //depot/perlio@14625
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.bc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 2a60f05504..a8b039b971 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Sat Jan 26 22:15:41 2002 + * Configuration time: Tue Jan 29 08:04:05 2002 * Configured by : nick * Target system : */ @@ -1114,7 +1114,7 @@ * This symbol is intended to be used along with CPPRUN in the same manner * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "". */ -#define CPPSTDIN "cpp32 -oCON" +#define CPPSTDIN "cppstdin" #define CPPMINUS "" #define CPPRUN "cpp32 -oCON" #define CPPLAST "" |