CodingStyle.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-04 20:43:36 +00:00
parent 9099a7175e
commit 57b02fad06

View file

@ -29,7 +29,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H
# include <string.h> # include <string.h>
#endif #endif
@ -46,6 +45,7 @@
#ifdef HAVE_WINSOCK_H #ifdef HAVE_WINSOCK_H
# include <winsock.h> # include <winsock.h>
#endif #endif
#include <setjmp.h> #include <setjmp.h>
#include "bothdefs.h" #include "bothdefs.h"
@ -95,7 +95,6 @@
# define model_t sunmodel_t # define model_t sunmodel_t
#endif #endif
#ifdef __sun #ifdef __sun
# undef model_t # undef model_t
#endif #endif