BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src-rt / linux / linux-2.6 / scripts / squashfs / lzma / C / Common / NewHandler.h
blobb3a4f7e12114cc31b8e119e6b89cff79478f753d
1 // Common/NewHandler.h
3 #ifndef __COMMON_NEWHANDLER_H
4 #define __COMMON_NEWHANDLER_H
6 class CNewException {};
8 void
9 #ifdef _MSC_VER
10 __cdecl
11 #endif
12 operator delete(void *p) throw();
14 #endif