Put malloc.c after malloc in .distr file, otherwise it cannot be made
authorceriel <none@none>
Thu, 19 Dec 1991 10:22:15 +0000 (10:22 +0000)
committerceriel <none@none>
Thu, 19 Dec 1991 10:22:15 +0000 (10:22 +0000)
lang/cem/libcc.ansi/stdlib/.distr

index fcf9026..b1d2ecb 100644 (file)
@@ -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