From f62a96be23d7f24fd8d788aa857fc0206c36a6a5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Jan 2015 14:08:04 +0100 Subject: Update all comments to refer to yasl --- src/yasl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/yasl.h') diff --git a/src/yasl.h b/src/yasl.h index 965000b..90860bc 100644 --- a/src/yasl.h +++ b/src/yasl.h @@ -1,4 +1,4 @@ -/* SDS (Simple Dynamic Strings), A C dynamic strings library. +/* yasl, Yet Another String Library for C * * Copyright (c) 2006-2014, Salvatore Sanfilippo * All rights reserved. @@ -25,10 +25,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef SDS_H -#define SDS_H +#ifndef YASL_H +#define YASL_H -#define SDS_MAX_PREALLOC (1024*1024) +#define YASL_MAX_PREALLOC (1024*1024) #include #include -- cgit v1.2.3-70-g09d2