summaryrefslogtreecommitdiff
path: root/gcc/bi-lexer.c
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in: Remove all bytecode support.law1998-01-201-167/+0
| | | | | | | | | | | | | (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS. * emit-rtl.c: Remove all bytecode support. * expr.c, expr.h function.c, integrate.c: Likewise. * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise. * tree.h, varasm.c: Likewise. * bi-*, bc-*: Delete bytecode related files. Bytecode suppors disappears :-) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17432 138bc75d-0d04-0410-961f-82ee72b054a4
* formatting tweaksmrs1996-07-031-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12390 138bc75d-0d04-0410-961f-82ee72b054a4
* (buffer, inpoint): Remove unused variables.kenner1995-08-281-5/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10290 138bc75d-0d04-0410-961f-82ee72b054a4
* Update FSF address.kenner1995-06-151-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9959 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typos in comments.kenner1995-05-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
* Use FATAL_EXIT_CODE rather than hardcoded 1 for fatal error.rms1993-11-131-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6079 138bc75d-0d04-0410-961f-82ee72b054a4
* (xmalloc, xrealloc): Cast the result of malloc, realloc.rms1993-10-061-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5650 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove declarations of malloc and realloc.kenner1993-10-061-4/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5635 138bc75d-0d04-0410-961f-82ee72b054a4
* Include hconfig.h.kenner1993-10-051-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5609 138bc75d-0d04-0410-961f-82ee72b054a4
* * bi-lexer.c (scan_string): Do xmalloc if buffer is null andbrendan1993-09-301-1/+1
| | | | | | | xrealloc if it's not, not the other way around. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5539 138bc75d-0d04-0410-961f-82ee72b054a4
* (xrealloc): Handle 0 passed as BLOCK.rms1993-09-271-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5492 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionbson1993-09-251-0/+171
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5470 138bc75d-0d04-0410-961f-82ee72b054a4