Fix regression parsing gcc preprocessor linemarkers
These are preprocessor statement in the form: # linenum filename flags Closes #1475
This commit is contained in:
parent
9038a9987d
commit
1f46d9b7b9
8 changed files with 70 additions and 1 deletions
5
Examples/test-suite/python/preproc_gcc_output_runme.py
Normal file
5
Examples/test-suite/python/preproc_gcc_output_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import preproc_gcc_output
|
||||
|
||||
preproc_gcc_output.header1_function_a(99)
|
||||
preproc_gcc_output.header1_function_b(99)
|
||||
preproc_gcc_output.header2_function(99)
|
||||
Loading…
Add table
Add a link
Reference in a new issue