Global NT merge.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 03:32:03 +0000 (03:32 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 03:32:03 +0000 (03:32 +0000)
v7/src/microcode/findprim.c

index 32751e4db491fe8eb5b605d36f5a407753b22669..efc9bf10ff3ada9177e060e2b57cb54ee8802e3f 100644 (file)
@@ -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 <ctype.h>
 
+#ifdef WINNT
+#include <string.h>
+#else
 extern int EXFUN (strcmp, (CONST char *, CONST char *));
 extern int EXFUN (strlen, (CONST char *));
+#endif
 
 typedef int boolean;
 #define TRUE 1