summary refs log tree commit diff stats
path: root/tests/exception
diff options
context:
space:
mode:
authorPMunch <peterme@peterme.net>2019-12-10 12:10:33 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-12-10 12:10:33 +0100
commit65fd95bf85d7ca05acec769fabbcdc153de3383d (patch)
tree894b651993b6a45d102cfaf1af8e3ac8024bc45d /tests/exception
parent61d89aae11efa2ac3ddfb1ca0c9e2d9c3477a82d (diff)
downloadNim-65fd95bf85d7ca05acec769fabbcdc153de3383d.tar.gz
Fix AVR target to define ints properly (#12817)
* Fix AVR target to define ints properly

* Fix more than AVR target

* Test to see how robust not using stdint is

* Fix for namespaces using cstdint

* Fix for pre C++11 compilers when using namespaces
Diffstat (limited to 'tests/exception')
0 files changed, 0 insertions, 0 deletions
9 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88