You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.374
Former-commit-id: 8964766181f84d5f0cd5e877b6d9fadc547236cc
This commit is contained in:
parent
069517201b
commit
e6a13d2973
@@ -4,7 +4,6 @@
|
||||
#include <mono/metadata/metadata.h>
|
||||
#include <mono/metadata/image.h>
|
||||
#include <mono/utils/mono-error.h>
|
||||
#include <mono/utils/mono-dl.h>
|
||||
|
||||
MONO_BEGIN_DECLS
|
||||
|
||||
@@ -64,9 +63,6 @@ mono_lookup_internal_call (MonoMethod *method);
|
||||
void*
|
||||
mono_lookup_internal_call_full (MonoMethod *method, mono_bool *uses_handles);
|
||||
|
||||
void
|
||||
mono_loader_register_module (const char *name, MonoDl *module);
|
||||
|
||||
MONO_API const char*
|
||||
mono_lookup_icall_symbol (MonoMethod *m);
|
||||
|
||||
|
||||
@@ -910,5 +910,8 @@ mono_image_set_description (MonoImageSet *);
|
||||
MonoImageSet *
|
||||
mono_find_image_set_owner (void *ptr);
|
||||
|
||||
void
|
||||
mono_loader_register_module (const char *name, MonoDl *module);
|
||||
|
||||
#endif /* __MONO_METADATA_INTERNALS_H__ */
|
||||
|
||||
|
||||
@@ -860,7 +860,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.371/902b4a9\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.374/5e1b0a0\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -860,7 +860,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.371/902b4a9\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.374/5e1b0a0\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -1 +1 @@
|
||||
eaecaed9eab43c2e6afd56e9f55f1f0926fb397a
|
||||
bd2dc970d2cd2bab2dd66387eacff13809c8b08a
|
||||
@@ -1 +1 @@
|
||||
#define FULL_VERSION "Stable 4.8.0.371/902b4a9"
|
||||
#define FULL_VERSION "Stable 4.8.0.374/5e1b0a0"
|
||||
|
||||
Reference in New Issue
Block a user