summaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/065_builtins2.patch
blob: 1b085ef930c71b1a02cbe541f260bdd477da0177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
61c61
<     narcissus.??? = ???;
---
>     narcissus.myself = &narcissus;
73c73
<     const Type2 = narcissus.fetchTheMostBeautifulType();
---
>     const Type2 = Narcissus.fetchTheMostBeautifulType();
112c112
<     if (fields[0].??? != void) {
---
>     if (fields[0].type != void) {
116c116
<     if (fields[1].??? != void) {
---
>     if (fields[1].type != void) {
120c120
<     if (fields[2].??? != void) {
---
>     if (fields[2].type != void) {