diff options
-rw-r--r-- | includes/Stg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index 9edb6a0f2b..1f3e18a709 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -53,7 +53,7 @@ // C compilers that use an LLVM back end (clang or llvm-gcc) do not // correctly support global register variables so we make sure that // we do not declare them for these compilers. -# define NO_GLOBAL_REG_DECLS /* don't define fixed registers */ +# define NO_GLOBAL_REG_DECLS /* don't define fixed registers */ #endif /* Configuration */ |