Fixes for /proc location, submitted by Florent Thoumie

This commit is contained in:
Hisham Muhammad
2007-05-17 18:29:30 +00:00
parent df20abfd67
commit 9710a43001
5 changed files with 17 additions and 11 deletions

View File

@ -21,6 +21,8 @@ class writer:
self.file.write(text + "\n")
out = writer(out)
print("Generating "+name+".h")
selfheader = '#include "' + name + '.h"'
out.write( "/* Do not edit this file. It was automatically generated. */" )