bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-2.0.0 enum syntax fix


From: David Fang
Subject: guile-2.0.0 enum syntax fix
Date: Mon, 28 Feb 2011 20:27:56 -0500 (EST)

Hi guilers,
In "libguile/array-handle.h", line 84 (or near), there's a stray comma after the last enum value definition, SCM_ARRAY_ELEMENT_TYPE_LAST, that triggers errors in some ANSI-strict C and C++ compilers. (e.g. gcc -ansi -pedantic-errors). Could the trailing comma be removed? I've patched it out locally and tested it, and it is safe. Let me know if you need the (trivial) patch.
        Thanks!

Fang

David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]