Ignore:
Timestamp:
Sep 17, 2020, 11:52:16 PM (5 years ago)
Author:
bird
Message:

kash: Use kHlpAssert instead of assert.h (debugger stops on the assertion rather than at exit process code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/setmode.c

    r2498 r3477  
    4444#include <sys/stat.h>
    4545
    46 #include <assert.h>
    4746#include <ctype.h>
    4847#include <errno.h>
     
    7675
    7776#ifndef _DIAGASSERT
    78 # define _DIAGASSERT assert
     77# define _DIAGASSERT kHlpAssert
    7978#endif
    8079
Note: See TracChangeset for help on using the changeset viewer.