Skip to content

Commit

Permalink
Fix incorrect preprocessFileLineNumbers spelling (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen authored and commy2 committed Feb 8, 2019
1 parent 573cfdd commit a2809e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/script_macros_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ Macro: ISNILS()

// This only works for binarized configs after recompiling the pbos
// TODO: Reduce amount of calls / code..
#define COMPILE_FILE2_CFG_SYS(var1) compile preProcessFileLineNumbers var1
#define COMPILE_FILE2_CFG_SYS(var1) compile preprocessFileLineNumbers var1
#define COMPILE_FILE2_SYS(var1) COMPILE_FILE2_CFG_SYS(var1)

#define COMPILE_FILE_SYS(var1,var2,var3) COMPILE_FILE2_SYS('PATHTO_SYS(var1,var2,var3)')
Expand Down

0 comments on commit a2809e1

Please sign in to comment.