]> Git repositories of Nishi - tewi.git/commitdiff
trying to add nextstep support
authorNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 18:26:44 +0000 (18:26 +0000)
committerNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 18:26:44 +0000 (18:26 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@343 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/strptime.c

index d2174ef88a7c539d1ad153b26cd0b13127297271..c51ec2638f72074ef27064df6cae597ef550ded0 100644 (file)
@@ -470,7 +470,7 @@ recurse:
                     continue;
                 }
 #if defined(_WIN32) || defined(__OS2__)
-#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
+#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__NeXT__)
                if (1)
 #else
                 if (localtime_s(tm, &sse) == 0)