From 7fd7d2badedffce5a3328301ba86204a24eed0a3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 26 Nov 2015 18:12:29 -0500 Subject: [PATCH] Minor --- lib/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common.h b/lib/common.h index 3e484b0..10ca13c 100644 --- a/lib/common.h +++ b/lib/common.h @@ -113,7 +113,7 @@ # define fribidi_free free #else /* fribidi_malloc */ # ifndef fribidi_free -# error You should define fribidi_free too when you define fribidi_malloc. +# error "lYou should define fribidi_free too when you define fribidi_malloc." # endif /* !fribidi_free */ #endif /* fribidi_malloc */ @@ -140,7 +140,7 @@ # endif /* !HAVE_ASM_PAGE_H */ #else /* FRIBIDI_CHUNK_SIZE */ # if FRIBIDI_CHUNK_SIZE < 256 -# error FRIBIDI_CHUNK_SIZE now should define the size of a chunk in bytes. +# error "FRIBIDI_CHUNK_SIZE now should define the size of a chunk in bytes." # endif /* FRIBIDI_CHUNK_SIZE < 256 */ #endif /* FRIBIDI_CHUNK_SIZE */ @@ -166,7 +166,7 @@ #if HAVE_STRINGIZE+0 # define STRINGIZE(symbol) #symbol #else /* !HAVE_STRINGIZE */ -# define STRINGIZE(symbol) (no stringize operator available) +# error "No stringize operator available?" #endif /* !HAVE_STRINGIZE */ /* As per recommendation of GNU Coding Standards. */