diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-19 17:44:56 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-19 17:44:56 +0000 |
| commit | 6fb964c36e8c83f149ec6eaead2e88d51bcc4616 (patch) | |
| tree | 4f05bb60dae1d6cebe08f4c1f1c5be613adb3c65 /src | |
| parent | b7c2c08f1edbd230d72587a68d76ae68a4ac7153 (diff) | |
Add -sgi_version,sgi1.1 to the IRIX DSO command.
Add Fl_Shared_Image.html to the list of HTML files to install.
Change C++ command to C in src/flstring.h.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2244 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/flstring.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flstring.h b/src/flstring.h index e3f612623..c872a341d 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -1,5 +1,5 @@ /* - * "$Id: flstring.h,v 1.1.2.6 2002/05/16 12:47:43 easysw Exp $" + * "$Id: flstring.h,v 1.1.2.7 2002/05/19 17:44:56 easysw Exp $" * * Common string header file for the Fast Light Tool Kit (FLTK). * @@ -42,7 +42,7 @@ # ifdef index # undef index -# endif // index +# endif /* index */ # if defined(WIN32) && !defined(__CYGWIN__) # define strcasecmp(s,t) stricmp((s), (t)) @@ -87,5 +87,5 @@ extern size_t fl_strlcpy(char *, const char *, size_t); #endif /* !flstring_h */ /* - * End of "$Id: flstring.h,v 1.1.2.6 2002/05/16 12:47:43 easysw Exp $". + * End of "$Id: flstring.h,v 1.1.2.7 2002/05/19 17:44:56 easysw Exp $". */ |
