From fc1dd5c2de441b8c4f4b370f5192a9037b87ee51 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Fri, 31 Mar 2000 20:28:51 +0000 Subject: [PATCH] 20000331-15:20 --- harbour/source/compiler/genc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/compiler/genc.c b/harbour/source/compiler/genc.c index 4f2a9ae55b..91ed01b8a9 100644 --- a/harbour/source/compiler/genc.c +++ b/harbour/source/compiler/genc.c @@ -161,7 +161,7 @@ void hb_compGenCCode( PHB_FNAME pFileName ) /* generates the C language ou "#if defined(_MSC_VER)\n" " #if _MSC_VER >= 1010\n" /* [pt] First version of MSC I have that supports this */ - /* is msvc4.1 (msc 10.10) */ + /* is msvc4.1 (which is msc 10.10) */ " #pragma data_seg( \".CRT$XIY\" )\n" " #pragma comment( linker, \"/Merge:.CRT=.data\" )\n" " #else\n"