Remove _XOPEN_SOURCE from amalgamate.py

pull/13171/head
Bo Yang 6 years ago
parent f3d5ff02d1
commit f298f3078b
  1. 1
      tools/amalgamate.py

@ -17,7 +17,6 @@ class Amalgamator:
self.output_c = open(output_path + "upb.c", "w")
self.output_c.write("/* Amalgamated source file */\n")
self.output_c.write('#define _XOPEN_SOURCE 700\n')
self.output_c.write('#include "upb.h"\n')
self.output_c.write(open("upb/port_def.inc").read())

Loading…
Cancel
Save