]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/m2/m2.flex
Fix comment so that /* does not appear inside a comment.
authorGaius Mulley <gaiusmod2@gmail.com>
Thu, 26 Jan 2023 21:41:53 +0000 (21:41 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Thu, 26 Jan 2023 21:41:53 +0000 (21:41 +0000)
commit67bcd1c5ed4d966a91b49b8a7da7c1ca3289c2ce
tree321d629d92afaed67c34992cbe03265793926925
parent95dca4e7482fcb3ef65df55144ca306e270a8a02
Fix comment so that /* does not appear inside a comment.

The block comment in m2.flex associated with splitSlashStar
contains /* which causes a warning.  This patch obfuscates
the comment /* symbols.

* m2.flex (splitSlashStar): Fix comment so that /* does not
appear inside the comment.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/m2.flex