mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-10 22:30:37 +00:00
CodingStyle.
This commit is contained in:
parent
9099a7175e
commit
57b02fad06
1 changed files with 8 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue