diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-04-12 17:53:18 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-04-12 17:53:18 +0000 |
| commit | 7e04657ce74bcd643ad8a4e697ab23e1fbc585c2 (patch) | |
| tree | c311e1d4e5539c7dddee8699015ccbcbf3523332 /FL/math.h | |
| parent | f3e7251871dfa6f4b0e47cfc2a66dbdac8f3d91f (diff) | |
Remove obsolete EMX (DOS, OS/2 extender) support.
This commit changes all files except src/Fl_File_Chooser2.cxx.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/math.h')
| -rw-r--r-- | FL/math.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -3,7 +3,7 @@ // // Math header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -29,11 +29,6 @@ # include <math.h> # undef fl_math_h_cyclic_include -# ifdef __EMX__ -# include <float.h> -# endif - - # ifndef M_PI # define M_PI 3.14159265358979323846 # define M_PI_2 1.57079632679489661923 |
