From: Hans-Bernhard B. <br...@us...> - 2001-07-05 17:54:20
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv6737 Modified Files: ChangeLog Log Message: Added lots of prototypes, and made lots of funcs/vars "static" Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -r1.90 -r1.91 *** ChangeLog 2001/07/05 15:20:45 1.90 --- ChangeLog 2001/07/05 16:47:04 1.91 *************** *** 1,2 **** --- 1,3 ---- + (2001/07/05 - broeker) Put in lots of 'static' keywords, added prototypes. (2001/07/05 - broeker) Renamed pclose() function to mypclose(), in order not to cause a conflict with system function having the same |