1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Another long patch to remove the rest of the OS2 support.

This commit is contained in:
brian@zim.(none)
2006-04-15 08:49:00 -07:00
parent 36b897f4c6
commit ba2502b9c3
31 changed files with 41 additions and 341 deletions

View File

@@ -84,7 +84,7 @@
# define bmove_align(A,B,C) memcpy((A),(B),(C))
#endif
#if defined(__cplusplus) && !defined(OS2)
#if defined(__cplusplus)
extern "C" {
#endif
@@ -256,7 +256,7 @@ extern int my_vsnprintf( char *str, size_t n,
const char *format, va_list ap );
extern int my_snprintf(char* to, size_t n, const char* fmt, ...);
#if defined(__cplusplus) && !defined(OS2)
#if defined(__cplusplus)
}
#endif
#endif