Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / runtime / gc / init.h
CommitLineData
7f918cf1
CE
1/* Copyright (C) 2015 Matthew Fluet.
2 * Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 * Copyright (C) 1997-2000 NEC Research Institute.
5 *
6 * MLton is released under a BSD-style license.
7 * See the file MLton-LICENSE for details.
8 */
9
10#if (defined (MLTON_GC_INTERNAL_FUNCS))
11
12static int processAtMLton (GC_state s, int start, int argc,
13 char **argv, char **worldFile);
14
15#endif /* (defined (MLTON_GC_INTERNAL_FUNCS)) */
16
17PRIVATE int GC_init (GC_state s, int argc, char **argv);