Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / macrotab.c
index 2caf777797736ce8d90647ec153892b300b25c01..706079ecc05b59c5ed29e126a1552dc34441d3cf 100644 (file)
@@ -1102,5 +1102,5 @@ macro_source_fullname (struct macro_source_file *file)
   if (comp_dir == NULL || IS_ABSOLUTE_PATH (file->filename))
     return xstrdup (file->filename);
 
-  return concat (comp_dir, SLASH_STRING, file->filename, NULL);
+  return concat (comp_dir, SLASH_STRING, file->filename, (char *) NULL);
 }
This page took 0.024038 seconds and 4 git commands to generate.