From dc1155a116a935c8c6c3d0ea5914575246057f45 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 4 May 2002 05:28:11 +0000 Subject: Add FL_EXPORT as a declaration-only prefix like extern. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2192 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Function_Type.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 9927f860e..661379cc7 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.3 2002/04/28 11:40:25 easysw Exp $" +// "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.4 2002/05/04 05:28:11 easysw Exp $" // // C function type code for the Fast Light Tool Kit (FLTK). // @@ -469,6 +469,7 @@ void Fl_Decl_Type::write_code1() { || !strncmp(c,"class",5) && isspace(c[5]) || !strncmp(c,"typedef",7) && isspace(c[7]) || !strncmp(c,"using",5) && isspace(c[5]) + || !strncmp(c,"FL_EXPORT",9) && isspace(c[9]) // || !strncmp(c,"struct",6) && isspace(c[6]) ) { if (public_) @@ -679,5 +680,5 @@ void Fl_Class_Type::write_code2() { } // -// End of "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.3 2002/04/28 11:40:25 easysw Exp $". +// End of "$Id: Fl_Function_Type.cxx,v 1.15.2.16.2.4 2002/05/04 05:28:11 easysw Exp $". // -- cgit v1.2.3