changeset 33059:cf879f2eadc6

Adjust #include directive style.
author Bruno Haible <bruno@clisp.org>
date Mon, 24 May 2010 12:45:20 +0200
parents e81645fb8fab
children 1d7afa40b831
files ChangeLog modules/regex
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 24 12:23:03 2010 +0200
+++ b/ChangeLog	Mon May 24 12:45:20 2010 +0200
@@ -1,3 +1,8 @@
+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.
--- a/modules/regex	Mon May 24 12:23:03 2010 +0200
+++ b/modules/regex	Mon May 24 12:45:20 2010 +0200
@@ -36,7 +36,7 @@
 Makefile.am:
 
 Include:
-"regex.h"
+<regex.h>
 
 License:
 LGPLv2+