From 94424c5d72246b2e58f3a21aa0de6949d7eb2da1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 15 Mar 2003 11:28:45 +0000 Subject: [PATCH] Fix the 'non-optomizing compiler' case... Andrew Bartlett --- source/include/safe_string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/include/safe_string.h b/source/include/safe_string.h index 8b3665d97b1..3e19659961c 100644 --- a/source/include/safe_string.h +++ b/source/include/safe_string.h @@ -199,8 +199,8 @@ size_t __unsafe_string_function_usage_here2__(void); #define safe_strcat_fn2 safe_strcat_fn #define push_string_fn2 push_string_fn #define pull_string_fn2 pull_string_fn -#define clistr_push_fn2 clistr_push_fn2 -#define clistr_pull_fn2 clistr_pull_fn2 +#define clistr_push_fn2 clistr_push_fn +#define clistr_pull_fn2 clistr_pull_fn #endif -- 2.11.4.GIT