changeset 8208:dd1cc9788db5

Whitespace change in macros.
author Bruno Haible <bruno@clisp.org>
date Wed, 21 Feb 2007 00:02:37 +0000
parents 717accda417a
children 7c6e1e927981
files lib/inttypes_.h lib/math_.h lib/stdlib_.h lib/string_.h
diffstat 4 files changed, 43 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/lib/inttypes_.h
+++ b/lib/inttypes_.h
@@ -1043,7 +1043,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef imaxabs
 # define imaxabs(a) \
-    (GL_LINK_WARNING ("imaxabs is unportable - "\
+    (GL_LINK_WARNING ("imaxabs is unportable - " \
                       "use gnulib module imaxabs for portability"), \
      imaxabs (a))
 #endif
@@ -1056,7 +1056,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef imaxdiv
 # define imaxdiv(a,b) \
-    (GL_LINK_WARNING ("imaxdiv is unportable - "\
+    (GL_LINK_WARNING ("imaxdiv is unportable - " \
                       "use gnulib module imaxdiv for portability"), \
      imaxdiv (a, b))
 #endif
@@ -1068,7 +1068,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef strtoimax
 # define strtoimax(p,e,b) \
-    (GL_LINK_WARNING ("strtoimax is unportable - "\
+    (GL_LINK_WARNING ("strtoimax is unportable - " \
                       "use gnulib module strtoimax for portability"), \
      strtoimax (p, e, b))
 #endif
@@ -1080,7 +1080,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef strtoumax
 # define strtoumax(p,e,b) \
-    (GL_LINK_WARNING ("strtoumax is unportable - "\
+    (GL_LINK_WARNING ("strtoumax is unportable - " \
                       "use gnulib module strtoumax for portability"), \
      strtoumax (p, e, b))
 #endif
--- a/lib/math_.h
+++ b/lib/math_.h
@@ -35,7 +35,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef acosl
 # define acosl(x) \
-    (GL_LINK_WARNING ("acosl is unportable - "\
+    (GL_LINK_WARNING ("acosl is unportable - " \
                       "use gnulib module mathl for portability"), \
      acosl (x))
 #endif
@@ -45,7 +45,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef asinl
 # define asinl(x) \
-    (GL_LINK_WARNING ("asinl is unportable - "\
+    (GL_LINK_WARNING ("asinl is unportable - " \
                       "use gnulib module mathl for portability"), \
      asinl (x))
 #endif
@@ -55,7 +55,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef atanl
 # define atanl(x) \
-    (GL_LINK_WARNING ("atanl is unportable - "\
+    (GL_LINK_WARNING ("atanl is unportable - " \
                       "use gnulib module mathl for portability"), \
      atanl (x))
 #endif
@@ -65,7 +65,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef ceill
 # define ceill(x) \
-    (GL_LINK_WARNING ("ceill is unportable - "\
+    (GL_LINK_WARNING ("ceill is unportable - " \
                       "use gnulib module mathl for portability"), \
      ceill (x))
 #endif
@@ -75,7 +75,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef cosl
 # define cosl(x) \
-    (GL_LINK_WARNING ("cosl is unportable - "\
+    (GL_LINK_WARNING ("cosl is unportable - " \
                       "use gnulib module mathl for portability"), \
      cosl (x))
 #endif
@@ -85,7 +85,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef expl
 # define expl(x) \
-    (GL_LINK_WARNING ("expl is unportable - "\
+    (GL_LINK_WARNING ("expl is unportable - " \
                       "use gnulib module mathl for portability"), \
      expl (x))
 #endif
@@ -95,7 +95,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef floorl
 # define floorl(x) \
-    (GL_LINK_WARNING ("floorl is unportable - "\
+    (GL_LINK_WARNING ("floorl is unportable - " \
                       "use gnulib module mathl for portability"), \
      floorl (x))
 #endif
@@ -105,7 +105,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef frexpl
 # define frexpl(x,e) \
-    (GL_LINK_WARNING ("frexpl is unportable - "\
+    (GL_LINK_WARNING ("frexpl is unportable - " \
                       "use gnulib module mathl for portability"), \
      frexpl (x, e))
 #endif
@@ -115,7 +115,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef ldexpl
 # define ldexpl(x,e) \
-    (GL_LINK_WARNING ("ldexpl is unportable - "\
+    (GL_LINK_WARNING ("ldexpl is unportable - " \
                       "use gnulib module mathl for portability"), \
      ldexpl (x, e))
 #endif
@@ -125,7 +125,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef logl
 # define logl(x) \
-    (GL_LINK_WARNING ("logl is unportable - "\
+    (GL_LINK_WARNING ("logl is unportable - " \
                       "use gnulib module mathl for portability"), \
      logl (x))
 #endif
@@ -135,7 +135,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef sinl
 # define sinl(x) \
-    (GL_LINK_WARNING ("sinl is unportable - "\
+    (GL_LINK_WARNING ("sinl is unportable - " \
                       "use gnulib module mathl for portability"), \
      sinl (x))
 #endif
@@ -145,7 +145,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef sqrtl
 # define sqrtl(x) \
-    (GL_LINK_WARNING ("sqrtl is unportable - "\
+    (GL_LINK_WARNING ("sqrtl is unportable - " \
                       "use gnulib module mathl for portability"), \
      sqrtl (x))
 #endif
@@ -155,7 +155,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef tanl
 # define tanl(x) \
-    (GL_LINK_WARNING ("tanl is unportable - "\
+    (GL_LINK_WARNING ("tanl is unportable - " \
                       "use gnulib module mathl for portability"), \
      tanl (x))
 #endif
--- a/lib/stdlib_.h
+++ b/lib/stdlib_.h
@@ -78,7 +78,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef getsubopt
 # define getsubopt(o,t,v) \
-    (GL_LINK_WARNING ("getsubopt is unportable - "\
+    (GL_LINK_WARNING ("getsubopt is unportable - " \
                       "use gnulib module getsubopt for portability"), \
      getsubopt (o, t, v))
 #endif
@@ -96,7 +96,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef mkdtemp
 # define mkdtemp(t) \
-    (GL_LINK_WARNING ("mkdtemp is unportable - "\
+    (GL_LINK_WARNING ("mkdtemp is unportable - " \
                       "use gnulib module mkdtemp for portability"), \
      mkdtemp (t))
 #endif
@@ -119,7 +119,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef mkstemp
 # define mkstemp(t) \
-    (GL_LINK_WARNING ("mkstemp is unportable - "\
+    (GL_LINK_WARNING ("mkstemp is unportable - " \
                       "use gnulib module mkstemp for portability"), \
      mkstemp (t))
 #endif
--- a/lib/string_.h
+++ b/lib/string_.h
@@ -44,7 +44,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef memmem
 # define memmem(a,al,b,bl) \
-    (GL_LINK_WARNING ("memmem is unportable - "\
+    (GL_LINK_WARNING ("memmem is unportable - " \
                       "use gnulib module memmem for portability"), \
      memmem (a, al, b, bl))
 #endif
@@ -59,7 +59,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef mempcpy
 # define mempcpy(a,b,n) \
-    (GL_LINK_WARNING ("mempcpy is unportable - "\
+    (GL_LINK_WARNING ("mempcpy is unportable - " \
                       "use gnulib module mempcpy for portability"), \
      mempcpy (a, b, n))
 #endif
@@ -72,7 +72,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef memrchr
 # define memrchr(a,b,c) \
-    (GL_LINK_WARNING ("memrchr is unportable - "\
+    (GL_LINK_WARNING ("memrchr is unportable - " \
                       "use gnulib module memrchr for portability"), \
      memrchr (a, b, c))
 #endif
@@ -85,7 +85,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef stpcpy
 # define stpcpy(a,b) \
-    (GL_LINK_WARNING ("stpcpy is unportable - "\
+    (GL_LINK_WARNING ("stpcpy is unportable - " \
                       "use gnulib module stpcpy for portability"), \
      stpcpy (a, b))
 #endif
@@ -101,7 +101,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef stpncpy
 # define stpncpy(a,b,n) \
-    (GL_LINK_WARNING ("stpncpy is unportable - "\
+    (GL_LINK_WARNING ("stpncpy is unportable - " \
                       "use gnulib module stpncpy for portability"), \
      stpncpy (a, b, n))
 #endif
@@ -120,7 +120,7 @@
 # undef strcasecmp
 # define strcasecmp(a,b) \
     (GL_LINK_WARNING ("strcasecmp cannot work correctly on character strings " \
-                      "in multibyte locales - "\
+                      "in multibyte locales - " \
                       "use mbscasecmp if you care about " \
                       "internationalization, or use c_strcasecmp (from " \
                       "gnulib module c-strcase) if you want a locale " \
@@ -142,7 +142,7 @@
 # undef strncasecmp
 # define strncasecmp(a,b,n) \
     (GL_LINK_WARNING ("strncasecmp cannot work correctly on character " \
-                      "strings in multibyte locales - "\
+                      "strings in multibyte locales - " \
                       "use mbsncasecmp or mbspcasecmp if you care about " \
                       "internationalization, or use c_strncasecmp (from " \
                       "gnulib module c-strcase) if you want a locale " \
@@ -156,7 +156,7 @@
 # undef strchr
 # define strchr(s,c) \
     (GL_LINK_WARNING ("strchr cannot work correctly on character strings " \
-                      "in some multibyte locales - "\
+                      "in some multibyte locales - " \
                       "use mbschr if you care about internationalization"), \
      strchr (s, c))
 #endif
@@ -169,7 +169,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef strchrnul
 # define strchrnul(a,b) \
-    (GL_LINK_WARNING ("strchrnul is unportable - "\
+    (GL_LINK_WARNING ("strchrnul is unportable - " \
                       "use gnulib module strchrnul for portability"), \
      strchrnul (a, b))
 #endif
@@ -182,7 +182,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef strdup
 # define strdup(a) \
-    (GL_LINK_WARNING ("strdup is unportable - "\
+    (GL_LINK_WARNING ("strdup is unportable - " \
                       "use gnulib module strdup for portability"), \
      strdup (a))
 #endif
@@ -199,7 +199,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef strndup
 # define strndup(a,n) \
-    (GL_LINK_WARNING ("strndup is unportable - "\
+    (GL_LINK_WARNING ("strndup is unportable - " \
                       "use gnulib module strndup for portability"), \
      strndup (a, n))
 #endif
@@ -214,7 +214,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef strnlen
 # define strnlen(a,n) \
-    (GL_LINK_WARNING ("strnlen is unportable - "\
+    (GL_LINK_WARNING ("strnlen is unportable - " \
                       "use gnulib module strnlen for portability"), \
      strnlen (a, n))
 #endif
@@ -227,7 +227,7 @@
 # undef strcspn
 # define strcspn(s,a) \
     (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
-                      "in multibyte locales - "\
+                      "in multibyte locales - " \
                       "use mbscspn if you care about internationalization"), \
      strcspn (s, a))
 #endif
@@ -245,14 +245,14 @@
 #  undef strpbrk
 #  define strpbrk(s,a) \
      (GL_LINK_WARNING ("strpbrk cannot work correctly on character strings " \
-                       "in multibyte locales - "\
+                       "in multibyte locales - " \
                        "use mbspbrk if you care about internationalization"), \
       strpbrk (s, a))
 # endif
 #elif defined GNULIB_POSIXCHECK
 # undef strpbrk
 # define strpbrk(s,a) \
-    (GL_LINK_WARNING ("strpbrk is unportable - "\
+    (GL_LINK_WARNING ("strpbrk is unportable - " \
                       "use gnulib module strpbrk for portability"), \
      strpbrk (s, a))
 #endif
@@ -263,7 +263,7 @@
 # undef strspn
 # define strspn(s,a) \
     (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
-                      "in multibyte locales - "\
+                      "in multibyte locales - " \
                       "use mbsspn if you care about internationalization"), \
      strspn (s, a))
 #endif
@@ -274,7 +274,7 @@
 # undef strrchr
 # define strrchr(s,c) \
     (GL_LINK_WARNING ("strrchr cannot work correctly on character strings " \
-                      "in some multibyte locales - "\
+                      "in some multibyte locales - " \
                       "use mbsrchr if you care about internationalization"), \
      strrchr (s, c))
 #endif
@@ -303,14 +303,14 @@
 #  undef strsep
 #  define strsep(s,d) \
      (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
-                       "in multibyte locales - "\
+                       "in multibyte locales - " \
                        "use mbssep if you care about internationalization"), \
       strsep (s, d))
 # endif
 #elif defined GNULIB_POSIXCHECK
 # undef strsep
 # define strsep(s,d) \
-    (GL_LINK_WARNING ("strsep is unportable - "\
+    (GL_LINK_WARNING ("strsep is unportable - " \
                       "use gnulib module strsep for portability"), \
      strsep (s, d))
 #endif
@@ -323,7 +323,7 @@
 # undef strstr
 # define strstr(a,b) \
     (GL_LINK_WARNING ("strstr cannot work correctly on character strings " \
-                      "in most multibyte locales - "\
+                      "in most multibyte locales - " \
                       "use mbsstr if you care about internationalization"), \
      strstr (a, b))
 #endif
@@ -340,7 +340,7 @@
 # undef strcasestr
 # define strcasestr(a,b) \
     (GL_LINK_WARNING ("strcasestr does work correctly on character strings " \
-                      "in multibyte locales - "\
+                      "in multibyte locales - " \
                       "use mbscasestr if you care about " \
                       "internationalization, or use c-strcasestr if you want " \
                       "a locale independent function"), \
@@ -378,14 +378,14 @@
 #  undef strtok_r
 #  define strtok_r(s,d,p) \
      (GL_LINK_WARNING ("strtok_r cannot work correctly on character strings " \
-                       "in multibyte locales - "\
+                       "in multibyte locales - " \
                        "use mbstok_r if you care about internationalization"), \
       strtok_r (s, d, p))
 # endif
 #elif defined GNULIB_POSIXCHECK
 # undef strtok_r
 # define strtok_r(s,d,p) \
-    (GL_LINK_WARNING ("strtok_r is unportable - "\
+    (GL_LINK_WARNING ("strtok_r is unportable - " \
                       "use gnulib module strtok_r for portability"), \
      strtok_r (s, d, p))
 #endif