TeX for Debain, can you help!!
In your message of Tue, 08 Feb 1994 10:23:00 PST, you write:
+---------------
| extern void *alloca();
+------------->8
The system include files define alloca() as __builtin_alloca(). Put an
"#ifndef alloca"/"#endif" around it. (Actually, I think that's what the GCC
include files do, so maybe "#if __GNUC__ > 1" is better.)
++Brandon
--
Brandon S. Allbery kf8nh@kf8nh.ampr.org bsa@kf8nh.wariat.org
"MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development." ---dmeggins@aix1.uottawa.ca
Reply to: