]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3_main.c
* Otro avance en el arbol B*, todavia no se si anda, pero compila.
[z.facultad/75.06/emufs.git] / emufs / tipo3_main.c
index 509f4971501e7951d2940cb2b9329f9e66eb7311..79a723e0748d014e0ba8aaefb3d72fd140499912 100644 (file)
@@ -39,6 +39,7 @@
 
 int main(int argc, char *argv[])
 {
+#ifdef SENIOR_PALOMO
        EMUFS *fp;
        EMUFS_REG_ID v[100];
        EMUFS_REG_SIZE reg_size;
@@ -165,5 +166,6 @@ ver_archivo_FS(fp);
 ver_archivo_FS(fp);
        debug_ver_estadisticas(fp);
                emufs_destruir(fp);
+#endif
        return 0;
 }