mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
nimc.rst: fix table markup (#19239)
(cherry picked from commit 1a92edeb89)
This commit is contained in:
committed by
narimiran
parent
8c356fd971
commit
4d5c5893ae
@@ -163,6 +163,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
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user