[Python-bugs-list] [Bug #132816] Compiler warning in PYEXPAT.C for extra ';'

noreply@sourceforge.net noreply@sourceforge.net
Sat, 17 Feb 2001 10:13:00 -0800


Bug #132816, was updated on 2001-Feb-17 05:51
Here is a current snapshot of the bug.

Project: Python
Category: Extension Modules
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: zessin_5
Assigned to : tim_one
Summary: Compiler warning in PYEXPAT.C for extra ';'

Details: File: modules/pyexpat.c

The DEC C compiler on OpenVMS complains about an extra
semicolon on line 1102:
[...]
static void
init_template_buffer(void)
{
    int i;
    for (i=0;i<256;i++) {
        template_buffer[i]=i;
    };
    template_buffer[256]=0;
};                               <===

int
PyUnknownEncodingHandler(void *encodingHandlerData,
[...]


Follow-Ups:

Date: 2001-Feb-17 10:13
By: tim_one

Comment:
Fixed, pyexpat.c rev 2.42.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132816&group_id=5470