1This patch arranges so that we don't end up, with profiling builds, with a
2file named `<stdout>.gcov' since that confuses lcov:
3
4 <stdout>:cannot open source file
5 geninfo: ERROR: cannot read <stdout>.gcov!
6
7--- guile/libguile/c-tokenize.c 2009-09-13 13:05:15.000000000 +0200
8+++ guile/libguile/c-tokenize.c 2009-10-28 16:24:15.000000000 +0100
9@@ -1,5 +1,5 @@
10
11-#line 3 "<stdout>"
12+#line 3 "c-tokenize.c"
13
14 #define YY_INT_ALIGNED short int
15
16@@ -616,7 +616,7 @@ int cookie_was_last = 0;
17 #define IS_COOKIE cookie_was_last = 1
18 #define IS_NOT_COOKIE cookie_was_last = 0
19
20-#line 620 "<stdout>"
21+#line 620 "c-tokenize.c"
22
23 #define INITIAL 0
24
25@@ -799,7 +799,7 @@ YY_DECL
26 #line 65 "./c-tokenize.lex"
27
28
29-#line 803 "<stdout>"
30+#line 803 "c-tokenize.c"
31
32 if ( !(yy_init) )
33 {
34@@ -1235,7 +1235,7 @@ YY_RULE_SETUP
35 #line 181 "./c-tokenize.lex"
36 ECHO;
37 YY_BREAK
38-#line 1239 "<stdout>"
39+#line 1239 "c-tokenize.c"
40 case YY_STATE_EOF(INITIAL):
41 yyterminate();
42