aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_byteformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/lscript/lscript_byteformat.h')
-rw-r--r--linden/indra/lscript/lscript_byteformat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/lscript/lscript_byteformat.h b/linden/indra/lscript/lscript_byteformat.h
index a69f1fe..8b8e487 100644
--- a/linden/indra/lscript/lscript_byteformat.h
+++ b/linden/indra/lscript/lscript_byteformat.h
@@ -70,7 +70,7 @@ typedef enum e_lscript_registers
70 LREG_EOF 70 LREG_EOF
71} LSCRIPTRegisters; 71} LSCRIPTRegisters;
72 72
73const S32 gLSCRIPTRegisterAddresses[LREG_EOF] = 73const S32 gLSCRIPTRegisterAddresses[LREG_EOF] = /* Flawfinder: ignore */
74{ 74{
75 0, // LREG_INVALID 75 0, // LREG_INVALID
76 4, // LREG_IP 76 4, // LREG_IP
@@ -468,7 +468,7 @@ const U8 LSCRIPTTypeHi4Bits[LST_EOF] =
468 LST_LIST << 4, 468 LST_LIST << 4,
469}; 469};
470 470
471const char * const LSCRIPTTypeNames[LST_EOF] = 471const char * const LSCRIPTTypeNames[LST_EOF] = /*Flawfinder: ignore*/
472{ 472{
473 "VOID", 473 "VOID",
474 "integer", 474 "integer",
@@ -511,7 +511,7 @@ typedef enum e_lscript_runtime_faults
511 LSRF_EOF 511 LSRF_EOF
512} LSCRIPTRunTimeFaults; 512} LSCRIPTRunTimeFaults;
513 513
514extern char *LSCRIPTRunTimeFaultStrings[LSRF_EOF]; 514extern char* LSCRIPTRunTimeFaultStrings[LSRF_EOF]; /*Flawfinder: ignore*/
515 515
516const S32 LSCRIPTRunTimeFaultBits[LSRF_EOF] = 516const S32 LSCRIPTRunTimeFaultBits[LSRF_EOF] =
517{ 517{