From 3be947947e3249a9b362fc790d377e43c4108a62 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Mon, 26 Oct 1998 19:19:32 +0000 Subject: nouvelles fonctions alloc/alloc_small git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2134 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/system.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/win32unix/system.c') diff --git a/otherlibs/win32unix/system.c b/otherlibs/win32unix/system.c index de4f14d07..3eae3e28f 100644 --- a/otherlibs/win32unix/system.c +++ b/otherlibs/win32unix/system.c @@ -5,7 +5,7 @@ /* Xavier Leroy and Pascal Cuoq, projet Cristal, INRIA Rocquencourt */ /* */ /* Copyright 1996 Institut National de Recherche en Informatique et */ -/* Automatique. Distributed only by permission. */ +/* en Automatique. Distributed only by permission. */ /* */ /***********************************************************************/ @@ -29,7 +29,7 @@ value win_system(cmd) /* ML */ ret = system(String_val(cmd));; leave_blocking_section(); if (ret == -1) uerror("system", Nothing); - st = alloc(1, 0); /* Tag 0: Exited */ + st = alloc_small(1, 0); /* Tag 0: Exited */ Field(st, 0) = Val_int(ret); return st; } -- cgit v1.2.3-70-g09d2