Comment out strdup () and sigrelse() unused functions.

This commit is contained in:
agibert 2002-02-27 16:05:15 +00:00
parent 94ae4f3448
commit 2a80300887

View File

@ -1,9 +1,9 @@
/*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/
/* $RCSfile: libnode.h,v $ */ /* $RCSfile: libnode.h,v $ */
/*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/
/* $Revision: 2.0 $ */ /* $Revision: 2.1 $ */
/* $Name: $ */ /* $Name: $ */
/* $Date: 2001/11/26 10:54:13 $ */ /* $Date: 2002/02/27 16:05:15 $ */
/* $Author: agibert $ */ /* $Author: agibert $ */
/*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/
@ -52,8 +52,8 @@ struct Symbol {
NDT_Root * Tmp_Root; NDT_Root * Tmp_Root;
extern char * strdup (const char *); //extern char * strdup (const char *);
extern int sigrelse (int sig); //extern int sigrelse (int sig);
int Sig_Trapped; int Sig_Trapped;