[glibmm/gmmproc-refactor] Remove unicode.hg specific m4 macros.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/gmmproc-refactor] Remove unicode.hg specific m4 macros.
- Date: Mon, 9 Jul 2012 20:36:16 +0000 (UTC)
commit 3a193978e093999ff9b72f9a0dc49d49f002a8e8
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Mon Jul 2 23:44:40 2012 +0200
Remove unicode.hg specific m4 macros.
glib/src/unicode.hg | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/glib/src/unicode.hg b/glib/src/unicode.hg
index 0ff69c6..849ea8a 100644
--- a/glib/src/unicode.hg
+++ b/glib/src/unicode.hg
@@ -19,30 +19,6 @@
_DEFS(glibmm,glib)
-#m4begin
-_PUSH()
-
-// m4 helper macros to generate the character-class inline functions.
-
-m4_define(`_UNICHAR_FUNC',`dnl
-inline $1 $2(gunichar uc)
- { return g_unichar_$2(uc); }
-`'dnl`'')
-
-//MSVC++ needs the != 0 to avoid an int -> bool cast warning.
-m4_define(`_UNICHAR_FUNC_BOOL',`dnl
-inline $1 $2(gunichar uc)
- { return (g_unichar_$2(uc) != 0); }
-`'dnl`'')
-
-m4_define(`_ASCII_FUNC',`dnl
-inline $1 $2(char c)
- { return g_ascii_$2(c); }
-`'dnl`'')
-
-_POP()
-#m4end
-
#include <glib.h>
// Not used, but we want to get rid of possible <ctype.h> macros.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]