Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/jay
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-03-14 01:21:27 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-03-14 01:21:27 +0300
commitbed608773823982c523faf691f6e096d88ebc8ca (patch)
tree13d5b8d327294ccd7fb38baac8bc85c27e1b41b9 /mcs/jay
parent10402098c63bbe912d869fa6de8be9ed0380b5c8 (diff)
Fix suggested by Axel T Schreiner on #77758
svn path=/trunk/mcs/; revision=57917
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/jay/main.c b/mcs/jay/main.c
index a32904594ca..c074824b402 100644
--- a/mcs/jay/main.c
+++ b/mcs/jay/main.c
@@ -221,6 +221,9 @@ char *argv[];
case 'c':
csharp = 1;
+ line_format = "#line %d \"%s\"\n";
+ default_line_format = "#line default\n";
+
break;
default: