comparison src/video/uikit/jumphack.h @ 2440:0a0205afed91 gsoc2008_iphone

Renamed jump.c and jump.h to jumphack.c and jumphack.h ... why? Because they are undesirable hacks used to allow an SDL programmer to execute his/her own code upon program exit.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 19:19:57 +0000
parents
children 69ca51fd121d
comparison
equal deleted inserted replaced
2439:78bddf0c0fa2 2440:0a0205afed91
1 /*
2 * jumphack.h
3 * SDLiPhoneOS
4 *
5 */
6
7 #include "setjmp.h"
8
9 extern jmp_buf* jump_env();
10 extern int canJump;