home *** CD-ROM | disk | FTP | other *** search
- diffs of original flexdef.h and my changes to flexdef.h
- no changes in any other files
-
- 75c75
- < char *memset();
- ---
- > void *memset();
- 869,871c869,871
- < extern int read PROTO((int, char*, int));
- < extern int unlink PROTO((char*));
- < extern int write PROTO((int, char*, int));
- ---
- > /* extern int read PROTO((int, char*, int)); */
- > /* extern int unlink PROTO((char*)); */
- > /* extern int write PROTO((int, char*, int)); */
-