nimc.rst: fix table markup (#19239)

(cherry picked from commit 1a92edeb89)
This commit is contained in:
Ștefan Talpalaru
2021-12-11 05:15:44 +01:00
committed by narimiran
parent a2f5e98baa
commit bcf9448a75

View File

@@ -179,6 +179,8 @@ nimRawSetjmp Use `_setjmp()/_longjmp()` on POSIX and `_setjm
nimBuiltinSetjmp Use `__builtin_setjmp()/__builtin_longjmp()` for setjmp-based
exceptions. This will not work if an exception is being thrown
and caught inside the same procedure. Useful for benchmarking.
========================== ============================================
Configuration files
-------------------