* defs.h (XMALLOC): Define.
[deliverable/binutils-gdb.git] / gdb / mi / mi-console.c
index 5824f833ceb00505543e55af698c8094a08029e8..c1b6e9f7b33d53349865d2ff1e0b6d5a1562ea0a 100644 (file)
@@ -1,5 +1,7 @@
 /* MI Console code.
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+
+   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+
    Contributed by Cygnus Solutions (a Red Hat company).
 
    This file is part of GDB.
 #include "mi-console.h"
 #include "gdb_string.h"
 
-/* Convenience macro for allocting typesafe memory. */
-
-#undef XMALLOC
-#define XMALLOC(TYPE) (TYPE*) xmalloc (sizeof (TYPE))
-
 /* MI-console: send output to std-out but correcty encapsulated */
 
 static ui_file_fputs_ftype mi_console_file_fputs;
This page took 0.02424 seconds and 4 git commands to generate.