X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/a4236f038178839da58930dbecd0f3b45637e448..0213eecd485623b3f5def829c4b16acaf4baad2e:/emufs/tipo3_main.c diff --git a/emufs/tipo3_main.c b/emufs/tipo3_main.c index 509f497..79a723e 100644 --- a/emufs/tipo3_main.c +++ b/emufs/tipo3_main.c @@ -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; }