home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / flex237 / dosdiffs < prev    next >
Encoding:
Text File  |  1991-11-06  |  436 b   |  16 lines

  1. diffs of original flexdef.h and my changes to flexdef.h
  2. no changes in any other files
  3.  
  4. 75c75
  5. < char *memset();
  6. ---
  7. > void *memset();
  8. 869,871c869,871
  9. < extern int read PROTO((int, char*, int));
  10. < extern int unlink PROTO((char*));
  11. < extern int write PROTO((int, char*, int));
  12. ---
  13. > /* extern int read PROTO((int, char*, int)); */
  14. > /* extern int unlink PROTO((char*)); */
  15. > /* extern int write PROTO((int, char*, int)); */
  16.