From 1bd3839bafefa60457b4629262a5cb6813a4b7d5 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 24 Jun 1993 03:32:03 +0000 Subject: [PATCH] Global NT merge. --- v7/src/microcode/findprim.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/findprim.c b/v7/src/microcode/findprim.c index 32751e4db..efc9bf10f 100644 --- a/v7/src/microcode/findprim.c +++ b/v7/src/microcode/findprim.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/findprim.c,v 9.46 1992/02/10 13:53:34 jinx Exp $ +$Id: findprim.c,v 9.47 1993/06/24 03:32:03 gjr Exp $ -Copyright (c) 1987-1992 Massachusetts Institute of Technology +Copyright (c) 1987-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -80,8 +80,12 @@ MIT in each case. */ #include +#ifdef WINNT +#include +#else extern int EXFUN (strcmp, (CONST char *, CONST char *)); extern int EXFUN (strlen, (CONST char *)); +#endif typedef int boolean; #define TRUE 1 -- 2.25.1