Bug 54353

Summary: newt-python compilation problem with non-gcc compilers
Product: [Retired] Red Hat Linux Reporter: Gary Benson <gbenson>
Component: newtAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: low Docs Contact:
Priority: low    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-10-04 17:31:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gary Benson 2001-10-04 17:31:02 UTC
Obviously this doesn't affect builds on Red Hat Linux, but it would be
nice to have it fixed.

Problem:
- PyObject_HEAD should not be followed by a semicolon.

Solution 2:
- mv snackmodule.c snackmodule.c~
  sed "s/PyObject_HEAD;/PyObject_HEAD/g" < snackmodule.c~ > snackmodule.c

Comment 1 Elliot Lee 2001-10-04 17:35:02 UTC
Fixed the semicolons in CVS...