From 290403f34da5416bf5cf8f3d2b112a9dfa5cecb0 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 23 Jun 2003 14:34:48 +0000 Subject: [PATCH] * tests/torture.at (#define header templates): Don't use quotes in C++ comments as it puzzles Emacs' sh font-lock-mode. --- ChangeLog | 5 +++++ tests/torture.at | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0889cf06..d3903f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-23 Akim Demaille + + * 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 * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice. diff --git a/tests/torture.at b/tests/torture.at index 41374a5a..f3531478 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -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