Run dos2unix on bayou and remove white space at the end of lines.
[coreboot.git] / payloads / bayou / util / pbuilder / lzma / C / Common / NewHandler.h
1 // Common/NewHandler.h
2
3 #ifndef __COMMON_NEWHANDLER_H
4 #define __COMMON_NEWHANDLER_H
5
6 class CNewException {};
7
8 #ifdef _WIN32
9 void
10 #ifdef _MSC_VER
11 __cdecl
12 #endif
13 operator delete(void *p) throw();
14 #endif
15
16 #endif