Pārlūkot izejas kodu

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

ceriel 32 gadi atpakaļ
vecāks
revīzija
f3981cea50
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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