Forráskód Böngészése

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

ceriel 32 éve
szülő
commit
f3981cea50
1 módosított fájl, 1 hozzáadás és 1 törlés
  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