|
From: Martin R. <ru...@us...> - 2004-08-10 02:29:19
|
Update of /cvsroot/foo/fooelk/lib/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11256/lib/unix Modified Files: unix.h Log Message: integrated recent changes in elk's svn repository. throws lots of warnings while compiling due to new warning flags enabled in configure.ac. don't mind Index: unix.h =================================================================== RCS file: /cvsroot/foo/fooelk/lib/unix/unix.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** unix.h 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- unix.h 10 Aug 2004 02:28:41 -0000 1.2 *************** *** 53,61 **** extern SYMDESCR Lseek_Syms[]; ! Object Integer_Pair P_((int, int)); ! Object Syms_To_List P_((SYMDESCR*)); ! extern void Check_Result_Vector P_((Object, unsigned int)); ! extern int Num_Filedescriptors P_(()); #define Get_Filename_Or_Filedescr(obj,fd,fn) \ --- 53,61 ---- extern SYMDESCR Lseek_Syms[]; ! Object Integer_Pair (int, int); ! Object Syms_To_List (SYMDESCR*); ! extern void Check_Result_Vector (Object, unsigned int); ! extern int Num_Filedescriptors (); #define Get_Filename_Or_Filedescr(obj,fd,fn) \ |