From 50ddbee87ff2be062c550805877e436af40a7791 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 6 Apr 2016 11:14:22 -0600 Subject: [PATCH] change CRLF to LF in a Windows source file --- racket/src/worksp/mzconfig.h | 104 +++++++++++++++++------------------ 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/racket/src/worksp/mzconfig.h b/racket/src/worksp/mzconfig.h index d7b2dd8f76..0fdb43004c 100644 --- a/racket/src/worksp/mzconfig.h +++ b/racket/src/worksp/mzconfig.h @@ -1,52 +1,52 @@ - -/* This file contains information for Windows that is collected using the - * "configure" script on other platforms. See src/racket/mzconfig.h.in for - * things that should be defined here. - */ - -#ifndef __MZSCHEME_CONFIGURATION_INFO__ -#define __MZSCHEME_CONFIGURATION_INFO__ - - -/* Undefined items are not used on Windows. */ - -/* The size of a `char', as computed by sizeof. */ -#undef SIZEOF_CHAR - -/* The size of a `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of a `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* The size of a `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of a `long long', as computed by sizeof. */ -#undef SIZEOF_LONG_LONG - -#ifdef _WIN64 -# define SIZEOF_VOID_P 8 -#endif - -/* Direction of stack growth: 1 = up, -1 = down, 0 = unknown */ -#define STACK_DIRECTION -1 - -/* whether nl_langinfo works */ -#undef HAVE_CODESET - -/* whether getaddrinfo works */ -#define HAVE_GETADDRINFO 1 - -/* Enable futures: */ -#define MZ_USE_FUTURES - -/* Enable places --- 3m only: */ -#ifdef MZ_PRECISE_GC -# define MZ_USE_PLACES -#endif - -/* Enable single-precision floats: */ -#define USE_SINGLE_FLOATS - -#endif + +/* This file contains information for Windows that is collected using the + * "configure" script on other platforms. See src/racket/mzconfig.h.in for + * things that should be defined here. + */ + +#ifndef __MZSCHEME_CONFIGURATION_INFO__ +#define __MZSCHEME_CONFIGURATION_INFO__ + + +/* Undefined items are not used on Windows. */ + +/* The size of a `char', as computed by sizeof. */ +#undef SIZEOF_CHAR + +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of a `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + +#ifdef _WIN64 +# define SIZEOF_VOID_P 8 +#endif + +/* Direction of stack growth: 1 = up, -1 = down, 0 = unknown */ +#define STACK_DIRECTION -1 + +/* whether nl_langinfo works */ +#undef HAVE_CODESET + +/* whether getaddrinfo works */ +#define HAVE_GETADDRINFO 1 + +/* Enable futures: */ +#define MZ_USE_FUTURES + +/* Enable places --- 3m only: */ +#ifdef MZ_PRECISE_GC +# define MZ_USE_PLACES +#endif + +/* Enable single-precision floats: */ +#define USE_SINGLE_FLOATS + +#endif