newlines fixed

This commit is contained in:
David Anderson 2004-08-24 05:44:31 +00:00
parent d5cb120ab4
commit f5fc9d026f
5 changed files with 9 additions and 5 deletions

View File

@ -50,7 +50,7 @@ if ($gcc =~ /2\.9/)
{ {
$OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2"; $OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2";
} else { } else {
$OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 -falign-functions=2"; $OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 ";
} }
if ($OPTIONS{"debug"}) if ($OPTIONS{"debug"})

View File

@ -152,4 +152,5 @@ void UTIL_SetSize(edict_t *pev, const Vector &vecMin, const Vector &vecMax);
extern AMX_NATIVE_INFO ent_Natives[]; extern AMX_NATIVE_INFO ent_Natives[];
#endif //_INCLUDE_ENGINE_ENTSTUFF #endif //_INCLUDE_ENGINE_ENTSTUFF

View File

@ -50,4 +50,5 @@ enum globals {
extern AMX_NATIVE_INFO global_Natives[]; extern AMX_NATIVE_INFO global_Natives[];
#endif //_INCLUDE_ENGINE_GLOBAL #endif //_INCLUDE_ENGINE_GLOBAL

View File

@ -45,4 +45,5 @@ extern CVector<argMsg*> Msg;
extern int msgHooks[256]; extern int msgHooks[256];
extern int msgBlocks[256]; extern int msgBlocks[256];
#endif //_MSGS_INCLUDE_H #endif //_MSGS_INCLUDE_H

View File

@ -459,4 +459,5 @@
#endif // USE_METAMOD #endif // USE_METAMOD
#endif // __MODULECONFIG_H__ #endif // __MODULECONFIG_H__