* defs.h (XMALLOC): Define.
[deliverable/binutils-gdb.git] / gdb / ui-out.c
index 06db646de3dbd9186f22c4a76ff68b6980f4ec8f..7e27d592ed6c55d15888cb669de65b6a67c4a051 100644 (file)
@@ -1,5 +1,7 @@
 /* Output generating routines for GDB.
-   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+
+   Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+
    Contributed by Cygnus Solutions.
    Written by Fernando Nasser for Cygnus.
 
 #include "ui-out.h"
 #include "gdb_assert.h"
 
-/* Convenience macro for allocting typesafe memory. */
-
-#undef XMALLOC
-#define XMALLOC(TYPE) (TYPE*) xmalloc (sizeof (TYPE))
-
 /* table header structures */
 
 struct ui_out_hdr
This page took 0.026185 seconds and 4 git commands to generate.