]> gcc.gnu.org Git - gcc.git/blame - libjava/libgcjdata.c
Avoid exponential runtime
[gcc.git] / libjava / libgcjdata.c
CommitLineData
2ba5f774 1/* Copyright (C) 1998, 1999 Free Software Foundation
7013e7cd
AG
2
3 This file is part of libgcj.
4
5This software is copyrighted work licensed under the terms of the
6Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7details. */
8
9/* Some systems need data_start defined so the GC be built as a shared
10 library. */
11
12int data_start = 0;
This page took 0.109251 seconds and 5 git commands to generate.