Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 27 Nov 1998 10:25:17 +0000 (10:25 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 27 Nov 1998 10:25:17 +0000 (10:25 +0000)
commit45254bf682de019d925d012b5397d2192c27d312
treef02c7a43c2d5c9a82eeff961f1323089bcb91532
parenta74d78dd51d21fb465e6dd4dc64ee481b22e5a3f
Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).

        * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
        * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
        * jvgenmain.c: Remove the xmalloc prototype, we get it from
        libiberty.h.  Provide an xmalloc definition.
        * jvspec.c: Remove the xmalloc prototype.
        * parse-scan.y: Include config.h and system.h.  Don't include
        OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
        Provide an xstrdup definition.

From-SVN: r23934
gcc/java/ChangeLog
gcc/java/Makefile.in
gcc/java/jv-scan.c
gcc/java/jvgenmain.c
gcc/java/jvspec.c
gcc/java/parse-scan.c
gcc/java/parse-scan.y