git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20777 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-04-22 15:04:26 +00:00
parent c89ac3460a
commit 17d9d80011

View file

@ -52,6 +52,8 @@ typedef _JBTYPE jmp_buf[_JBLEN];
#else
typedef int jmp_buf[_JBLEN];
#endif
#else
typedef int jmp_buf;
#endif