mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Ignore line markers from C preprocessing stage
This commit is contained in:
@@ -138,6 +138,7 @@ def polish(src, inc_path):
|
||||
args = ["gcc",
|
||||
"-I", inc_path,
|
||||
"-E",
|
||||
"-P",
|
||||
"-",
|
||||
]
|
||||
proc = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user