From 2d9f33ba3d4db5355c7b61386b408a08662f00cd Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 9 Jan 1995 12:54:33 +0000 Subject: [PATCH] "# line" -> #line --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.c b/misc.c index e5eacb7..72741ab 100644 --- a/misc.c +++ b/misc.c @@ -391,7 +391,7 @@ int do_infile; { char directive[MAXLINE], filename[MAXLINE]; char *s1, *s2, *s3; - static char line_fmt[] = "# line %d \"%s\"\n"; + static char line_fmt[] = "#line %d \"%s\"\n"; if ( ! gen_line_dirs ) return; -- 2.50.0