We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012797b commit 5a808feCopy full SHA for 5a808fe
python/build_ceed_cffi.py
@@ -25,6 +25,8 @@ def is_valid_line(line):
25
return False
26
if (line.endswith('\\\n')):
27
28
+ if (line.startswith(' __NOP')):
29
+ return False
30
if ("CeedErrorImpl" in line):
31
32
if (r'const char *, ...);' in line):
0 commit comments