about summary refs log tree commit diff stats
path: root/linux/127next-word.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-11 15:37:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-11 15:37:03 -0700
commitc29a10ac37ae23b7c60ff033524b34bd956f76e9 (patch)
tree8809f1f899cdfd7a6f3797124c3ac8a4e4831957 /linux/127next-word.subx
parentcc679f4234096414e2743023f16dd30621f06312 (diff)
downloadmu-c29a10ac37ae23b7c60ff033524b34bd956f76e9.tar.gz
.
Inline a function by patching a few variable names. I don't even have to
worry about `return` statements if there's a single call and it's in tail
position in the caller.
Diffstat (limited to 'linux/127next-word.subx')
0 files changed, 0 insertions, 0 deletions
='#n65'>65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126