do not link in the macro

This commit is contained in:
Sébastien Loriot 2021-04-08 18:28:24 +02:00
parent d4f8effe9c
commit 72bc88d38f
4 changed files with 4 additions and 4 deletions

View File

@ -228,7 +228,7 @@ TAB_SIZE = 4
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
ALIASES = "cgal=CGAL" \
ALIASES = "cgal=%CGAL" \
"protocgal=C++gal" \
"plageo=Plageo" \
"stl=STL" \

View File

@ -229,7 +229,7 @@ TAB_SIZE = 4
# newlines (in the resulting output). You can put ^^ in the value part of an
# alias to insert a newline as if a physical newline was in the original file.
ALIASES = "cgal=CGAL" \
ALIASES = "cgal=%CGAL" \
"protocgal=C++gal" \
"plageo=Plageo" \
"stl=STL" \

View File

@ -251,7 +251,7 @@ TAB_SIZE = 4
# commands \{ and \} for these it is advised to use the version @{ and @} or use
# a double escape (\\{ and \\})
ALIASES = "cgal=CGAL" \
ALIASES = "cgal=%CGAL" \
"protocgal=C++gal" \
"plageo=Plageo" \
"stl=STL" \

View File

@ -197,7 +197,7 @@ TAB_SIZE = 4
# will result in a user-defined paragraph with heading "Side Effects:".
# You can put \n's in the value part of an alias to insert newlines.
ALIASES = "cgal=CGAL"
ALIASES = "cgal=%CGAL"
ALIASES += "protocgal=C++gal"
ALIASES += "plageo=Plageo"
ALIASES += "stl=STL"