]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
a68: detect_redefined_keyword MODE_DECLARATION -> MODULE_DECLARATION typo
authorJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 26 Dec 2025 19:27:26 +0000 (20:27 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Sat, 27 Dec 2025 10:52:47 +0000 (11:52 +0100)
gcc/algol68/ChangeLog

* a68-parser-extract.cc (a68_extract_indicants): Fix
MODE_DECLARATION to MODULE_DECLARATION typo.

gcc/algol68/a68-parser-extract.cc

index ec43dc1719c4f5a19f3fd455b4c53f5111208498..da14e1a2cae8fc3b01c699436aeb2e00f6b7aa50 100644 (file)
@@ -371,7 +371,7 @@ a68_extract_indicants (NODE_T *p)
          do
            {
              FORWARD (q);
-             detect_redefined_keyword (q, MODE_DECLARATION);
+             detect_redefined_keyword (q, MODULE_DECLARATION);
              if (a68_whether (q, BOLD_TAG, EQUALS_SYMBOL, STOP))
                {
                  /* Store in the symbol table.