summaryrefslogtreecommitdiff
path: root/m4/flexmember.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/flexmember.m4')
-rw-r--r--m4/flexmember.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/flexmember.m4 b/m4/flexmember.m4
index ae0e60d6c9..7103b6be14 100644
--- a/m4/flexmember.m4
+++ b/m4/flexmember.m4
@@ -1,4 +1,4 @@
-# serial 2
+# serial 3
# Check for flexible array member support.
# Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
@@ -28,7 +28,7 @@ AC_DEFUN([AC_C_FLEXIBLE_ARRAY_MEMBER],
if test $ac_cv_c_flexmember = yes; then
AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], [],
[Define to nothing if C supports flexible array members, and to
- 1 if it does not. That way, with a declaration like `struct s
+ 1 if it does not. That way, with a declaration like 'struct s
{ int n; double d@<:@FLEXIBLE_ARRAY_MEMBER@:>@; };', the struct hack
can be used with pre-C99 compilers.
When computing the size of such an object, don't use 'sizeof (struct s)'