mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
fix for linux
linux case sensitivity
This commit is contained in:
parent
83b3f01928
commit
856d3bc901
3 changed files with 2 additions and 2 deletions
|
|
@ -897,7 +897,7 @@ inline Token< T > MakeToken( T value, U32 lineNumber )
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "console/torquescript/cmdgram.h"
|
#include "console/torquescript/CMDgram.h"
|
||||||
|
|
||||||
// HACK: C++17 and beyond can't use register keyword
|
// HACK: C++17 and beyond can't use register keyword
|
||||||
#define register
|
#define register
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ inline Token< T > MakeToken( T value, U32 lineNumber )
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "console/torquescript/cmdgram.h"
|
#include "console/torquescript/CMDgram.h"
|
||||||
|
|
||||||
// HACK: C++17 and beyond can't use register keyword
|
// HACK: C++17 and beyond can't use register keyword
|
||||||
#define register
|
#define register
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue