mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* 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:
parent
2fbbb4bafe
commit
290403f34d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user