Lots of tidying up.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-05-08 05:43:15 +00:00
parent 66e39b5fa9
commit affbe08bf3
17 changed files with 48 additions and 649 deletions

View file

@ -652,7 +652,7 @@ GSDebugMethodMsg(id obj, SEL sel, const char *file, int line, NSString *fmt)
return message;
}
static void *_frameOffsets[100];
// static void *_frameOffsets[100];
#define _NS_FRAME_HACK(a) case a: return __builtin_frame_address(a + 1)
#define _NS_RETURN_HACK(a) case a: return __builtin_return_address(a + 1)