Remove unnecessary MPH_INTERNAL applied to a function definition.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 10 Jun 2014 01:15:16 +0000 (03:15 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 10 Jun 2014 01:15:16 +0000 (03:15 +0200)
This should be applied to prototypes, and it already is for
this function (in mph.h).

support/x-struct-str.c

index b71a9cca1f0a153b54f5b7007b49927fcb98692e..5124af71fc948720d20fb6be1a350e0974615bc2 100644 (file)
@@ -20,7 +20,7 @@
                : lstr_at(p, n)                                             \
 )
 
-char* MPH_INTERNAL
+char*
 _mph_copy_structure_strings (
        void *to,         const mph_string_offset_t *to_offsets, 
        const void *from, const mph_string_offset_t *from_offsets,