Skip to content

Commit e86ff49

Browse files
author
Dave Abrahams
committed
[gyb] Add, effectively, an #include directive
1 parent 18ae468 commit e86ff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class ExecutionContext(object):
559559
def __init__(self, line_directive=_default_line_directive,
560560
**local_bindings):
561561
self.local_bindings = local_bindings
562-
self.line_directive = '// ###sourceLocation' if line_directive is None else line_directive
562+
self.line_directive = line_directive
563563
self.local_bindings['__context__'] = self
564564
self.result_text = []
565565
self.last_file_line = None

0 commit comments

Comments
 (0)