* True if there are no active \if-blocks. */
| 115 | * True if there are no active \if-blocks. |
| 116 | */ |
| 117 | bool |
| 118 | conditional_stack_empty(ConditionalStack cstack) |
| 119 | { |
| 120 | return cstack->head == NULL; |
| 121 | } |
| 122 | |
| 123 | /* |
| 124 | * True if we should execute commands normally; that is, the current |
no outgoing calls
no test coverage detected