* defs.h (XMALLOC): Define.
[deliverable/binutils-gdb.git] / gdb / cli-out.c
index 9bcfa4684a10f9daae610946eb095a5b34e216d8..bd079f250bb8eccdbcff469443ee94fd21475b07 100644 (file)
@@ -1,5 +1,7 @@
 /* Output generating routines for GDB CLI.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+
+   Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
+
    Contributed by Cygnus Solutions.
    Written by Fernando Nasser for Cygnus.
 
 #include "gdb_string.h"
 #include "gdb_assert.h"
 
-/* Convenience macro for allocting typesafe memory. */
-
-#ifndef XMALLOC
-#define XMALLOC(TYPE) (TYPE*) xmalloc (sizeof (TYPE))
-#endif
-
 struct ui_out_data
   {
     struct ui_file *stream;
This page took 0.024169 seconds and 4 git commands to generate.