Skip to content
Snippets Groups Projects
Commit ecacb2e1 authored by slevy's avatar slevy
Browse files

Get alloca boilerplate right.

parent 5ff33d91
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
* Illinois Open Source License; see the file LICENSE.partiview for details.
*/
#ifndef __GNUC__
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
......@@ -21,7 +22,7 @@ extern char *alloca ();
# endif
# endif
# endif
#endif
#include "FL/Fl.H"
#include "FL/Fl_Browser.H"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment