btrace: uppercase btrace_read_type
[deliverable/binutils-gdb.git] / gdb / ui-file.c
index af6c22e4312d716e269623069d5a0d80974f344f..e59d70ba0c80f54b5c6e88fe1d2f266a960bfe65 100644 (file)
@@ -1,6 +1,6 @@
 /* UI_FILE - a generic STDIO like output stream.
 
-   Copyright (C) 1999-2013 Free Software Foundation, Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -393,7 +393,7 @@ static int mem_file_magic;
 static struct ui_file *
 mem_file_new (void)
 {
-  struct mem_file *stream = XMALLOC (struct mem_file);
+  struct mem_file *stream = XNEW (struct mem_file);
   struct ui_file *file = ui_file_new ();
 
   set_ui_file_data (file, stream, mem_file_delete);
This page took 0.025111 seconds and 4 git commands to generate.