]> gcc.gnu.org Git - gcc.git/blob - libjava/libgcjdata.c
7176763fe6de8f3a12ae64f109fa5c086871ef80
[gcc.git] / libjava / libgcjdata.c
1 /* Copyright (C) 1998, 1999 Red Hat, Inc.
2
3 This file is part of libgcj.
4
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
8
9 /* Some systems need data_start defined so the GC be built as a shared
10 library. */
11
12 int data_start = 0;
This page took 0.035836 seconds and 4 git commands to generate.