OSDN Git Service

ok i need to remove heap walk from the borland c stuff and the allocation of things! ww
[proj16/16.git] / 16 / exmmtest / src / exmmtest.c
index bee5e1d..e4f5652 100644 (file)
@@ -43,8 +43,13 @@ void
 main(int argc, char *argv[])\r
 {\r
        mminfo_t mm; mminfotype mmi;\r
+#ifdef __WATCOMC__\r
        __segment sega;\r
        void __based(sega)* bigbuffer;\r
+#endif\r
+#ifdef __BORLANDC__\r
+       void memptr* bigbuffer;\r
+#endif\r
 #ifdef FILERL\r
        char *bakapee;\r
        word baka;\r