OSDN Git Service

* cccp.c: Don't define MIN/MAX anymore.
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.c
index fb85bf5..63c9ff1 100644 (file)
@@ -45,12 +45,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 extern char *update_path PARAMS ((char *, char *));
 
-#undef MIN
-#undef MAX
-#define MIN(X,Y) ((X) < (Y) ? (X) : (Y))
-#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
-
-
 /* By default, colon separates directories in a path.  */
 #ifndef PATH_SEPARATOR
 #define PATH_SEPARATOR ':'