]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/torture.at (#define header templates): Don't use quotes in
authorAkim Demaille <akim@epita.fr>
Mon, 23 Jun 2003 14:34:48 +0000 (14:34 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 23 Jun 2003 14:34:48 +0000 (14:34 +0000)
C++ comments as it puzzles Emacs' sh font-lock-mode.

ChangeLog
tests/torture.at

index 0889cf066ab778c01182f3e10e59cd93e7b4a239..d3903f8bd958481486e8b137d6cc223fcb7a6432 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-23  Akim Demaille  <akim@epita.fr>
+
+       * tests/torture.at (#define header templates): Don't use quotes in
+       C++ comments as it puzzles Emacs' sh font-lock-mode.
+
 2003-06-23  Akim Demaille  <akim@epita.fr>
 
        * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
index 41374a5af51591632baaea1d3d39df1c35e0cf8c..f3531478116def328c2f14a833027eade9035b05 100644 (file)
@@ -297,7 +297,7 @@ AC_CONFIG_FILES(defs)
 # Things included in confdefs.h, but which make no sense in
 # config.h, nor in $DEFS.
 cat <<\EOF >>confdefs.h
-/* Hi Mum! Look, I'm doing C++! */
+/* Hi Mum! Look, I am doing C++! */
 #ifdef __cplusplus
 void exit (int status);
 #endif