[gst-devel] Re: preprocessor/965
neil at gcc.gnu.org
neil at gcc.gnu.org
Sun Dec 3 12:06:46 CET 2000
Synopsis: Preprocessor varargs fails in some casess
State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Sun Dec 3 03:06:44 2000
State-Changed-Why:
You don't state what you thing it should expand to.
Recent snapshots and current CVS expands to
fprintf(stderr,"%s: " "no format chars",_debug_string);
which is correct.
If you read the docs in the egcs versions, you would see why
you fail there - if you insert a space after debug_string I
imagine it would work there too. The space is no longer
relevant in recent snapshots.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=965&database=gcc
More information about the gstreamer-devel
mailing list