diff options
Diffstat (limited to 'lang/lafontaine/files/patch-src_mc.c')
-rw-r--r-- | lang/lafontaine/files/patch-src_mc.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/lafontaine/files/patch-src_mc.c b/lang/lafontaine/files/patch-src_mc.c new file mode 100644 index 000000000000..96e02f8f5086 --- /dev/null +++ b/lang/lafontaine/files/patch-src_mc.c @@ -0,0 +1,13 @@ +--- src/mc.c.orig 2002-05-18 22:11:05 UTC ++++ src/mc.c +@@ -34,8 +34,9 @@ + #include "debug.h" + + /*>>> here is the declaration of the turtle */ +-struct s_turtle my_turtle; ++extern struct s_turtle my_turtle; + ++void mc_free(void); + + /** + Freeing and reinitializing all middle-code informations.<br> |