summaryrefslogtreecommitdiff
path: root/lib/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/common.h b/lib/common.h
index 3e484b0..739e647 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -27,7 +27,7 @@
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA
*
- * For licensing issues, contact <license@farsiweb.info>.
+ * For licensing issues, contact <fribidi.license@gmail.com>.
*/
#ifndef _COMMON_H
#define _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 "You 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. */