summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et
Commit message (Collapse)AuthorAgeFilesLines
* General -Wall warning cleanup, part I.jkh1996-07-123-11/+14
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-308-402/+0
| | | | which included commits to RCS files with non-trunk default branches.
* According to stdlib.h, malloc and realloc return void * but error_table.ywpaul1995-03-151-3/+4
| | | | | | | | | | | | | | | | | | | | | declares them to return char *. For some reason, this causes no problems with the old compiler tools, but doing a 'make world' with gcc 2.6.3 in a seperate DESTDIR got me this error: yacc -d /usr/src/usr.bin/compile_et/error_table.y cc -O2 -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err -I/mnt/usr/include -c y.tab.c -o error_table.o In file included from /usr/src/usr.bin/compile_et/et_lex.lex.l:11, from /usr/src/usr.bin/compile_et/error_table.y:233: /mnt/usr/include/stdlib.h:100: conflicting types for `malloc' /usr/src/usr.bin/compile_et/error_table.y:80: previous declaration of `malloc' /mnt/usr/include/stdlib.h:104: conflicting types for `realloc' /usr/src/usr.bin/compile_et/error_table.y:80: previous declaration of `realloc' *** Error code 1 Stop. Declaring malloc and realloc to return void * fixes this. It could be that the new gcc is a bit more picky about these things.
* Add y.tab.h to CLEANFILES.jkh1995-02-091-2/+2
|
* Fix include directive bobble.wollman1995-01-141-2/+2
|
* Upgrade to latest released SIPB version I can find. (Unfortunately, thewollman1995-01-147-187/+450
| | | | original releases were not numbered.)
* Slight makefile cleanup.wollman1995-01-141-3/+2
|
* Initial import of eBones.csgr1994-09-3012-0/+823
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
OpenPOWER on IntegriCloud