Skip to content

Commit 01af2d4

Browse files
committed
Fix debug logging
1 parent 0adb234 commit 01af2d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prism.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ debug_context(pm_context_t context) {
5151
case PM_CONTEXT_IF: return "IF";
5252
case PM_CONTEXT_MAIN: return "MAIN";
5353
case PM_CONTEXT_MODULE: return "MODULE";
54+
case PM_CONTEXT_NONE: return "NONE";
5455
case PM_CONTEXT_PARENS: return "PARENS";
5556
case PM_CONTEXT_POSTEXE: return "POSTEXE";
5657
case PM_CONTEXT_PREDICATE: return "PREDICATE";

0 commit comments

Comments
 (0)