diff options
Diffstat (limited to 'lang/lafontaine/files/patch-mc.c')
-rw-r--r-- | lang/lafontaine/files/patch-mc.c | 10 |
1 files changed, 10 insertions, 0 deletions
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.<br> |