]> 4ch.mooo.com Git - 16.git/blobdiff - 16/exmmtest/src/exmmtest.c
ok i need to remove heap walk from the borland c stuff and the allocation of things! ww
[16.git] / 16 / exmmtest / src / exmmtest.c
index bee5e1dcf697c4df2cdccd17329b25b2ccafd168..e4f56528c2c1ef3a58d1b7c66f82aa56b9998703 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