Commit 3a3c13e9 authored by William Stein's avatar William Stein

Made annoted C files easier to read.

parent 93875e6f
......@@ -95,7 +95,7 @@ class CCodeWriter:
s = contents[i]
if i+1 == line: # line numbers in pyrex start counting up from 1
s = s.rstrip() + ' # <<<<<<<<<<<<<< ' + '\n'
context += s
context += " * " + s
self.marker = '"%s":%s\n%s' % (file, line, context)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment