Home
last modified time | relevance | path

Searched hist:"1 d83af800c39d52e8338743310d4d813bfba9d04" (Results 1 – 1 of 1) sorted by relevance

/libCEED/python/
H A Dbuild_ceed_cffi.py1d83af800c39d52e8338743310d4d813bfba9d04 Sun Mar 08 23:10:35 UTC 2020 Jed Brown <jed@jedbrown.org> python: join lines with '\n' so we don't need to ignore comment lines

The parser handles line comments fine. This also avoids malfunction
in case // comments appear in ceed.h (the former rule excluded all
lines containing '///' and ignored '//' lines, resulting in all
subsequent lines being ignored).