]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
Patch by graphitemaster to support column number enhanced lno format.
[xonotic/darkplaces.git] / progsvm.h
index acaf6df0e35f1ad9f5dfbe98f7676e2f9ada84c7..e1fd5055fe8b5b6d631f15cec0c4d4376d3a3eee 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -562,6 +562,7 @@ typedef struct prvm_prog_s
        int                                     numglobals;
 
        int                                     *statement_linenums; // NULL if not available
+       int                                     *statement_columnnums; // NULL if not available
 
        double                          *statement_profile; // only incremented if prvm_statementprofiling is on