Skip to content

Commit

Permalink
Add clarification comments
Browse files Browse the repository at this point in the history
  • Loading branch information
singul4ri7y committed Aug 21, 2024
1 parent 1461056 commit b6c221d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pt-lua.c
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ int main (int argc, char **argv) {
lua_pop(L, 1); /* We do not need the finalizer object here */

/* supply the message handler function with custom tracebacks. */
/* it is safe to set globals at this point, because no code has been run yet. */
lua_pushcfunction(L, msghandler);
lua_setglobal(L, "pallene_tracer_errhandler");
/* -------- PALLENE TRACER CODE END -------- */
Expand Down

0 comments on commit b6c221d

Please sign in to comment.