Avoids using path from parameter

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7859 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-08 18:13:35 +00:00
parent f66d5f8c04
commit 3d02233113
+1 -1
View File
@@ -1148,7 +1148,7 @@ write_file_headers (structfile, externfile)
fprintf (structfile, "%s\n", structfile_header[i]);
fprintf (structfile, "#include \"%s\"\n",
extern_filename ? extern_filename : "builtext.h");
/*extern_filename ? extern_filename : */"builtext.h");
fprintf (structfile, "\nstruct builtin static_shell_builtins[] = {\n");
}