diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-02 16:05:14 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-02 16:05:14 +0000 |
commit | 2e5b78c0a36480e3735692cd2795dee291936fe8 (patch) | |
tree | 0dad62aefa78bb418723d298e6d4181e2bb61a37 /code/tools/lcc/include/mips/irix/setjmp.h | |
parent | 74f0ff6259b3cfa4862ea45a9e70db5acf3ab347 (diff) | |
download | ioquake3-aero-2e5b78c0a36480e3735692cd2795dee291936fe8.tar.gz ioquake3-aero-2e5b78c0a36480e3735692cd2795dee291936fe8.zip |
* Removed the last of the binary target stuff from lcc (hopefully)
git-svn-id: svn://svn.icculus.org/quake3/trunk@228 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/tools/lcc/include/mips/irix/setjmp.h')
-rw-r--r-- | code/tools/lcc/include/mips/irix/setjmp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/code/tools/lcc/include/mips/irix/setjmp.h b/code/tools/lcc/include/mips/irix/setjmp.h deleted file mode 100644 index 384a1ca..0000000 --- a/code/tools/lcc/include/mips/irix/setjmp.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __SETJMP -#define __SETJMP - - - -typedef int jmp_buf[28]; -int setjmp(jmp_buf); -void longjmp(jmp_buf, int); - -#endif /* __SETJMP */ |