Commit 862afe27 authored by cvs2git's avatar cvs2git
Browse files

This commit was manufactured by cvs2svn to create tag 'snapshot-2004-08'.

Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/parse.c,v 1.8 2004/07/25 18:03:18 pmai Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/parse.c,v 1.9 2004/07/30 16:27:08 rtoy Exp $ */
#include <stdio.h>
#include <ctype.h>
#include <signal.h>
@@ -17,7 +17,11 @@
#include "arch.h"
#include "search.h"

#if !defined(MACH) && !defined(SVR4) && !defined(__linux__) && !defined(DARWIN)
/*
 * What platforms DON'T have strcasecmp nowadays?  Enable this if you
 * don't have it.
 */
#if 0

static int strcasecmp(s1,s2)
char *s1,*s2;