From 7be61b42135a27438441063d0c66f61014118568 Mon Sep 17 00:00:00 2001 From: arved Date: Sun, 15 Aug 2004 18:18:05 +0000 Subject: Fix build with gcc 3.4 --- lang/lafontaine/files/patch-exec.c | 10 ++++++++++ lang/lafontaine/files/patch-mc.c | 10 ++++++++++ lang/lafontaine/files/patch-parser.y | 11 +++++++++++ 3 files changed, 31 insertions(+) create mode 100644 lang/lafontaine/files/patch-exec.c create mode 100644 lang/lafontaine/files/patch-mc.c create mode 100644 lang/lafontaine/files/patch-parser.y (limited to 'lang') diff --git a/lang/lafontaine/files/patch-exec.c b/lang/lafontaine/files/patch-exec.c new file mode 100644 index 000000000000..58b34ed07257 --- /dev/null +++ b/lang/lafontaine/files/patch-exec.c @@ -0,0 +1,10 @@ +--- src/exec.c.orig Sun Aug 15 19:57:08 2004 ++++ src/exec.c Sun Aug 15 19:57:55 2004 +@@ -108,6 +108,7 @@ + { 47031, 47031, 47031} //15 or + }; + ++void exec_execute_proc(struct s_proc *proc); + + /** + main execution function.
diff --git a/lang/lafontaine/files/patch-mc.c b/lang/lafontaine/files/patch-mc.c new file mode 100644 index 000000000000..89863a045ea7 --- /dev/null +++ b/lang/lafontaine/files/patch-mc.c @@ -0,0 +1,10 @@ +--- src/mc.c.orig Sun Aug 15 20:00:39 2004 ++++ src/mc.c Sun Aug 15 20:01:11 2004 +@@ -36,6 +36,7 @@ + /*>>> here is the declaration of the turtle */ + struct s_turtle my_turtle; + ++void mc_free(void); + + /** + Freeing and reinitializing all middle-code informations.
diff --git a/lang/lafontaine/files/patch-parser.y b/lang/lafontaine/files/patch-parser.y new file mode 100644 index 000000000000..a7920ad0e35d --- /dev/null +++ b/lang/lafontaine/files/patch-parser.y @@ -0,0 +1,11 @@ +--- src/parser.y.orig Sun Aug 15 19:59:37 2004 ++++ src/parser.y Sun Aug 15 20:13:24 2004 +@@ -30,6 +30,8 @@ + #include "constant.h" + #include "variable.h" + ++ void yyerror(char *error); ++ + guint linecnt; + gchar *input_str; + guint curpos; -- cgit