print warning messages to stderr

This commit is contained in:
Peter Derr 2021-08-19 16:31:37 -04:00
parent 8e4a779ad5
commit e25fde3ed0
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ def add_warning(hit):
def internal_warn(message):
print(h(message))
print(h(message), file=sys.stderr)
# C Language Specific