summaryrefslogtreecommitdiff
path: root/gcc/java/parse-scan.c
Commit message (Collapse)AuthorAgeFilesLines
* * parse-scan.y (variable_declarator_id): Set or incrementtromey1999-01-081-88/+118
| | | | | | | | | | bracket_count. (bracket_count): New global. (formal_parameter): Handle case where bracket pairs trail variable declarator id. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24573 138bc75d-0d04-0410-961f-82ee72b054a4
* * parse-scan.y (report_main_declaration): Recognizetromey1998-12-171-1/+2
| | | | | | | `java.lang.String' in argument to main. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24361 138bc75d-0d04-0410-961f-82ee72b054a4
* * parse-scan.y (qualified_name): Use correct sprintf format.tromey1998-12-161-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24345 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).ghazi1998-11-271-94/+98
| | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23934 138bc75d-0d04-0410-961f-82ee72b054a4
* Get it in the repolaw1998-11-011-0/+2404
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23483 138bc75d-0d04-0410-961f-82ee72b054a4