c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.
[platform/upstream/gcc.git] / gcc / c-lex.c
index b4cc301..1805ccb 100644 (file)
@@ -135,9 +135,6 @@ init_c_lex (filename)
   /* Start it at 0.  */
   lineno = 0;
 
-  if (filename == NULL || !strcmp (filename, "-"))
-    filename = "";
-
   return cpp_read_main_file (parse_in, filename, ident_hash);
 }