From ce173666d18206601e44b1b8b220beee0b0a28b2 Mon Sep 17 00:00:00 2001 From: koyama Date: Tue, 16 Jul 2019 18:45:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=91=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E6=96=87?= =?UTF-8?q?=E5=AD=97=E5=88=97=E9=80=A3=E7=B5=90=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cobc/cobc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobc/cobc.c b/cobc/cobc.c index 90fac667..1b54ad43 100644 --- a/cobc/cobc.c +++ b/cobc/cobc.c @@ -1168,7 +1168,7 @@ process_command_line (const int argc, char *argv[]) #ifdef _MSC_VER strcat (cob_define_flags, "/I "); #else - strcat (cob_define_flags, "-I"); + strcat (cob_define_flags, " -I"); #endif strcat (cob_define_flags, "\""); strcat (cob_define_flags, optarg);