Mercurial > sdl-ios-xcode
changeset 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 | 78bddf0c0fa2 |
children | ed6a41cc2bce |
files | src/video/uikit/jump.c src/video/uikit/jump.h src/video/uikit/jumphack.c src/video/uikit/jumphack.h |
diffstat | 4 files changed, 20 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/uikit/jump.c Fri Aug 15 19:16:01 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -/* - * jump.c - * iPodSDL - * - * Created by Holmes Futrell on 7/2/08. - * Copyright 2008 __MyCompanyName__. All rights reserved. - * - */ - -#include "jump.h" - -jmp_buf env; -jmp_buf *jump_env() { return &env; } \ No newline at end of file
--- a/src/video/uikit/jump.h Fri Aug 15 19:16:01 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -/* - * jump.h - * iPodSDL - * - * Created by Holmes Futrell on 7/2/08. - * Copyright 2008 __MyCompanyName__. All rights reserved. - * - */ - -#include "setjmp.h" - -extern jmp_buf* jump_env(); -extern int canJump; \ No newline at end of file