diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-06-07 07:03:34 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-06-07 07:03:34 +0000 |
| commit | f7c57a37300a434e946b91034fda9731656543dd (patch) | |
| tree | be3ffd9dd97c0e5d3df6085933a7f6ea10b58663 /test | |
| parent | 1f19505573b57356c5913cc537865b4961daa1fc (diff) | |
Replaced remaining malloc.h's with stdlib.h
Added ctype.h to win32 file
Patch for Fl_Browser_ looping indefinately
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@596 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/checkers.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/checkers.cxx b/test/checkers.cxx index 0e79e83b3..6b22c9ddc 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -1,5 +1,5 @@ // -// "$Id: checkers.cxx,v 1.9.2.1 1999/03/25 15:26:44 mike Exp $" +// "$Id: checkers.cxx,v 1.9.2.2 1999/06/07 07:03:34 bill Exp $" // // Checkers game for the Fast Light Tool Kit (FLTK). // @@ -56,7 +56,6 @@ const char* copyright = #define FLTK //#define VT100 -#include <malloc.h> #include <string.h> #include <stdlib.h> #include <stdio.h> @@ -1366,5 +1365,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: checkers.cxx,v 1.9.2.1 1999/03/25 15:26:44 mike Exp $". +// End of "$Id: checkers.cxx,v 1.9.2.2 1999/06/07 07:03:34 bill Exp $". // |
