X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstring.h;h=2aa7aaedb41206750ca1beac9a1c252b1e9c3fe5;hb=0058cd39ef8d38f4dece8c05e4c45619ab99d6f5;hp=c8ac5c619d9697a68a59dd8a1d0c3597d2424354;hpb=d3b6d3647acb1718f72d9e9315e119b827c37a60;p=pdclib.old diff --git a/includes/string.h b/includes/string.h index c8ac5c6..2aa7aae 100644 --- a/includes/string.h +++ b/includes/string.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* String handling This file is part of the Public Domain C Library (PDCLib). @@ -21,7 +19,10 @@ typedef _PDCLIB_size_t size_t; #endif +#ifndef _PDCLIB_NULL_DEFINED +#define _PDCLIB_NULL_DEFINED _PDCLIB_NULL_DEFINED #define NULL _PDCLIB_NULL +#endif /* String function conventions */