about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-15 15:23:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-15 15:23:46 -0700
commitd6852155e5308e2bb347402bf9e069c7153c2319 (patch)
tree3ef96705d73b339e0d934aa69cf8a6bd2cd0ed7f /cpp/011load
parent8d09d030312098cb314619b0b5d0fc08e78e5562 (diff)
downloadmu-d6852155e5308e2bb347402bf9e069c7153c2319.tar.gz
1068 - better line numbers
Line numbers were broken after inserting some lines from elsewhere. Now
we add a #line directive not just before the lines but also after.
Diffstat (limited to 'cpp/011load')
0 files changed, 0 insertions, 0 deletions
>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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161