ppc: Fix record support of Store String Word instructions
[deliverable/binutils-gdb.git] / gdb / defs.h
index fee5f411eb38fac7b76f12fb6d347cdeb40d1676..9bc354e66259463c87f60e62a95673f53c7eace4 100644 (file)
@@ -102,13 +102,6 @@ enum compile_i_scope_types
 
 #include "hashtab.h"
 
-#ifndef min
-#define min(a, b) ((a) < (b) ? (a) : (b))
-#endif
-#ifndef max
-#define max(a, b) ((a) > (b) ? (a) : (b))
-#endif
-
 /* * Enable dbx commands if set.  */
 extern int dbx_commands;
 
This page took 0.022962 seconds and 4 git commands to generate.