Diff for /freem/src/tp_check.c between versions 1.4 and 1.5

version 1.4, 2025/03/22 18:43:54 version 1.5, 2025/04/09 19:52:02
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.5  2025/04/09 19:52:02  snw
    *   Eliminate as many warnings as possible while building with -Wall
    *
  *   Revision 1.4  2025/03/22 18:43:54  snw   *   Revision 1.4  2025/03/22 18:43:54  snw
  *   Make STRLEN 255 chars and add BIGSTR macro for larger buffers   *   Make STRLEN 255 chars and add BIGSTR macro for larger buffers
  *   *
Line 51  cptab *cptab_head[TP_MAX_NEST]; Line 54  cptab *cptab_head[TP_MAX_NEST];
 cptab *cptab_insert(int tlevel, char *global)  cptab *cptab_insert(int tlevel, char *global)
 {  {
     cptab *t;      cptab *t;
     char mode;  
   
     short g_exists;      short g_exists;
       
     char *gc_ns;      char *gc_ns;
     char *gc_pth;      char *gc_pth;
           
Line 173  void cptab_postcommit(int tlevel) Line 173  void cptab_postcommit(int tlevel)
 {  {
     cptab *t;      cptab *t;
     /*char *cmd;*/      /*char *cmd;*/
     int rc;  
   
     /*      /*
     cmd = (char *) malloc (STRLEN * sizeof (char));      cmd = (char *) malloc (STRLEN * sizeof (char));

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>