Skip to content

Commit 6eb0c63

Browse files
committed
Make runtime code warning-free with -std=c89
The endif-labels warning warns on this code excerpt, so remove the tokens after the endif directive.
1 parent c556cd6 commit 6eb0c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gnatcov/rts/gnatcov_rts_c-memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ extern "C"
4141
#ifdef __cplusplus
4242
}
4343
#endif
44-
#endif // GNATCOV_RTS_C_MEMORY_H
44+
#endif

0 commit comments

Comments
 (0)