diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-01-14 21:34:06 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-01-14 21:34:06 +0000 |
commit | 6a61c03f297180c6dbabffdc320266f1afb51aa4 (patch) | |
tree | 8beaddec828a2f66064b59cb0cf58eacad06f281 /lang/mono/files/patch-mono_dis_get.h | |
parent | - Remove expired ports (diff) |
Update to 1.1.12.1
Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
Notes
Notes:
svn path=/head/; revision=153502
Diffstat (limited to 'lang/mono/files/patch-mono_dis_get.h')
-rw-r--r-- | lang/mono/files/patch-mono_dis_get.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/mono/files/patch-mono_dis_get.h b/lang/mono/files/patch-mono_dis_get.h deleted file mode 100644 index f5eb2d1f9da0..000000000000 --- a/lang/mono/files/patch-mono_dis_get.h +++ /dev/null @@ -1,10 +0,0 @@ ---- mono/dis/get.h.orig Thu Aug 25 11:12:40 2005 -+++ mono/dis/get.h Sun Oct 2 16:21:54 2005 -@@ -44,6 +44,7 @@ - char *dis_stringify_method_signature (MonoImage *m, MonoMethodSignature *method, int methoddef_row, - MonoGenericContext *context, gboolean fully_qualified); - char *dis_stringify_function_ptr (MonoImage *m, MonoMethodSignature *method); -+char *dis_stringify_marshal_spec (MonoMarshalSpec *spec); - - guint32 method_dor_to_token (guint32 idx); - |