Adjust #include directive style.
authorBruno Haible <bruno@clisp.org>
Mon, 24 May 2010 10:45:20 +0000 (12:45 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 May 2010 10:46:14 +0000 (12:46 +0200)
ChangeLog
modules/regex

index 1b37e94..b0088b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-05-24  Bruno Haible  <bruno@clisp.org>
 
+       Adjust #include directive style.
+       * modules/regex (Includes): Recommend to write <regex.h>.
+
+2010-05-24  Bruno Haible  <bruno@clisp.org>
+
        regex: Don't require alloca.
        * modules/regex (Depends-on): Remove alloca. Add alloca-opt.
        * lib/regex_internal.h (alloca): Ensure it's defined even if we call it
index 36ad446..ecfd832 100644 (file)
@@ -36,7 +36,7 @@ gl_REGEX
 Makefile.am:
 
 Include:
-"regex.h"
+<regex.h>
 
 License:
 LGPLv2+