Commit 0b264069 by Philipp Thomas Committed by Philipp Thomas

cppfiles.c (stack_include_files): Don't translate <stdin>.

From-SVN: r48336
parent fe85f179
2001-12-28 Philipp Thomas <pthomas@suse.de>
* cppfiles.c (stack_include_file): Don't translate <stdin>.
2001-12-27 Roger Sayle <roger@eyesopen.com>
* builtins.c (expand_builtin_memcmp): Optimize memcmp built-in
......
......@@ -331,7 +331,7 @@ stack_include_file (pfile, inc)
/* Generate the call back. */
filename = inc->name;
if (*filename == '\0')
filename = _("<stdin>");
filename = "<stdin>";
_cpp_do_file_change (pfile, LC_ENTER, filename, 1, sysp);
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment