* Makefile.dist (cplus-dem.o): Hack in an #include "param.h"
[deliverable/binutils-gdb.git] / gdb / defs.h
index 51a46b4ccca9c40e744e85dda618cca5e18ecaa1..57635f15d08799c068979963e55919fe6ac6574e 100644 (file)
@@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License
 along with GDB; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#if !defined (DEFS_H)
+#define DEFS_H
+
 /* An address in the program being debugged.  Host byte order.  */
 typedef unsigned int CORE_ADDR;
 
@@ -171,3 +174,5 @@ char *baud_rate;
 #if !defined (TARGET_CHAR_BIT)
 #define TARGET_CHAR_BIT 8
 #endif
+
+#endif /* no DEFS_H */
This page took 0.024032 seconds and 4 git commands to generate.