mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 05:51:36 +00:00
minor opt in the #define
This commit is contained in:
parent
54b0dc47ed
commit
b7bb19e57a
1 changed files with 1 additions and 2 deletions
|
@ -34,11 +34,10 @@
|
|||
|
||||
#ifndef __GNUC__
|
||||
# if defined (__BORLANDC__) || defined (_MSC_VER)
|
||||
# if (defined(__BORLANDC__) && (__BORLANDC__ < 0x550))
|
||||
# define __attribute__(x)
|
||||
# if (defined(__BORLANDC__) && (__BORLANDC__ < 0x550))
|
||||
# pragma option -a1
|
||||
# else
|
||||
# define __attribute__(x)
|
||||
# pragma pack(push, tgainclude)
|
||||
# pragma pack(1)
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue