diff options
-rw-r--r-- | src/sds.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __SDS_H -#define __SDS_H +#ifndef SDS_H +#define SDS_H #define SDS_MAX_PREALLOC (1024*1024) |
index : sds | |
Simple Dynamic Strings for C | Johannes Löthberg |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/sds.h | 4 |
@@ -25,8 +25,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __SDS_H -#define __SDS_H +#ifndef SDS_H +#define SDS_H #define SDS_MAX_PREALLOC (1024*1024) |