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>2002-09-04 08:07:45 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-09-04 08:07:45 +0400
commit05d8302025caefd1539c6b6ff73be5a61929856a (patch)
tree9ccea45587a80d1ca18e05023e4ce84fde6dc2e1 /mcs/jay
parent4276594cbba724847e346608c2668f7d42db7416 (diff)
Make the variable match the prototype
svn path=/trunk/mcs/; revision=7231
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/jay/main.c b/mcs/jay/main.c
index 83345a3b2e7..cb5d173181d 100644
--- a/mcs/jay/main.c
+++ b/mcs/jay/main.c
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93";
char tflag;
char vflag;
-char csharp = 0;
+int csharp = 0;
char *file_prefix = "y";
char *myname = "yacc";