Jörg F. Wittenberger scripsit: > So I'll stick with the test case and remove the "static" keyword from > the buffer definition once I have an updated gcc in my production > environment.
"Program testing can be used to show the presence of bugs, but never to show their absence!" --Edsger Dijkstra And this is especially true for Heisenbugs like this. Keep the 'static' permanently: it's safe and it costs essentially nothing. -- My confusion is rapidly waxing John Cowan For XML Schema's too taxing: [email protected] I'd use DTDs http://www.ccil.org/~cowan If they had local trees -- I think I best switch to RELAX NG. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
