Skip to content

Commit

Permalink
Support Julia version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Mar 8, 2023
1 parent 4229921 commit 4868df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codegen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ end
# Add a warning if users go down a rabbit hole trying to figure out what these macros
# expand to.
# See the function `rewrite_special_macros` below, where the expansion happens
const WARNING_STRING = """This string comes from the expansion of a fake macro in Automa.jl. \
It is intercepted and expanded by Automa's own compiler, not by the Julia compiler. \
const WARNING_STRING = """This string comes from the expansion of a fake macro in Automa.jl.
It is intercepted and expanded by Automa's own compiler, not by the Julia compiler.
Search for this string in the Automa source code to learn more."""

"""
Expand Down

0 comments on commit 4868df3

Please sign in to comment.