Explorar el Código

Put malloc.c after malloc in .distr file, otherwise it cannot be made

ceriel hace 32 años
padre
commit
f3981cea50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lang/cem/libcc.ansi/stdlib/.distr

+ 1 - 1
lang/cem/libcc.ansi/stdlib/.distr

@@ -14,7 +14,6 @@ ext_fmt.h
 getenv.c
 labs.c
 ldiv.c
-malloc.c
 mblen.c
 mbstowcs.c
 mbtowc.c
@@ -26,3 +25,4 @@ system.c
 wcstombs.c
 wctomb.c
 malloc
+malloc.c