summary refs log tree commit diff stats
path: root/compiler/sizealignoffsetimpl.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2020-03-11 08:27:31 +0100
committerGitHub <noreply@github.com>2020-03-11 08:27:31 +0100
commitf95eef99a97dc813cf2f819a6bbaa3b3ead67267 (patch)
tree6ae6783b2c82374025f34c1ccba680fad5b931a6 /compiler/sizealignoffsetimpl.nim
parent8e3a349561fb0af7f5bc77a4d436abb3ced75d9e (diff)
downloadNim-f95eef99a97dc813cf2f819a6bbaa3b3ead67267.tar.gz
add expectIdent to macros (#12778)
* add expectIdent to macros

* apply feedback

* Update lib/core/macros.nim

Co-Authored-By: Clyybber <darkmine956@gmail.com>

* Update texpectIdent2.nim

* Update texpectIdent1.nim

Co-authored-by: Clyybber <darkmine956@gmail.com>
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'compiler/sizealignoffsetimpl.nim')
0 files changed, 0 insertions, 0 deletions
1 01:00:38 -0400 snapshot of project "lynx", label v2-8-8dev-15b' href='/ingrix/lynx-snapshots/commit/PACKAGE/debian/changelog?id=81905f18dc0594e372cf38cfb0e0b71b69849a43'>81905f18 ^
2c577267 ^





41640cd0 ^

7fb4d1b4 ^
41640cd0 ^


4e59e679 ^





18fc1906 ^





bc0fa578 ^


































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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