* tests/torture.at (#define header templates): Don't use quotes in

C++ comments as it puzzles Emacs' sh font-lock-mode.
This commit is contained in:
Akim Demaille 2003-06-23 14:34:48 +00:00
parent 2fbbb4bafe
commit 290403f34d
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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