Skip to content

Commit

Permalink
lj_obj.h: Fix comment about lineinfo (non)compression
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Nov 21, 2017
1 parent c734910 commit 5e673ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_obj.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ typedef struct GCproto {
GCRef chunkname; /* Name of the chunk this function was defined in. */
BCLine firstline; /* First line of the function definition. */
BCLine numline; /* Number of lines for the function definition. */
MRef lineinfo; /* Compressed map from bytecode ins. to source line. */
MRef lineinfo; /* Map from bytecode ins. to source line. */
MRef uvinfo; /* Upvalue names. */
MRef varinfo; /* Names and compressed extents of local variables. */
} GCproto;
Expand Down

0 comments on commit 5e673ea

Please sign in to comment.