cygming-crtbegin.c (deregister_frame_fn): Fix declaration syntax.

2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>

        * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
        declaration syntax.

From-SVN: r214153
This commit is contained in:
Yaakov Selkowitz 2014-08-19 14:52:17 +00:00 committed by Kai Tietz
parent 6306c300db
commit 1ac8397612
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
* config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
declaration syntax.
2014-08-13 Steve Ellcey <sellcey@mips.com>
* crtstuff.c: Undef caddr_t.

View File

@ -102,7 +102,7 @@ static struct object obj;
/* Handle of libgcc's DLL reference. */
HANDLE hmod_libgcc;
static void * (*deregister_frame_fn) (const void *) == NULL;
static void * (*deregister_frame_fn) (const void *) = NULL;
#endif
#if TARGET_USE_JCR_SECTION