]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR-101392 fix pass binop.proc to CodeBinarySetshift.
authorGaius Mulley <gaiusmod2@gmail.com>
Wed, 9 Nov 2022 16:33:56 +0000 (16:33 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Wed, 9 Nov 2022 16:33:56 +0000 (16:33 +0000)
Change m2expr.def to DEFINITION MODULE FOR "C" so that the
bootstrap tool mc generates M2GenGCC.c passing the procedure
parameter without the struct wrapper.

gcc/m2/ChangeLog:

* gm2-gcc/m2expr.def: Change to FOR "C" module.

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

index 8988c78d575cc55bfbd9cd66bd5483e4748c736b..e622d31d09b44a0920c628d242b27e0d4e1225ad 100644 (file)
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Modula-2; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  *)
 
-DEFINITION MODULE m2expr ;
+DEFINITION MODULE FOR "C" m2expr  ;
 
 FROM SYSTEM IMPORT ADDRESS ;
 FROM m2tree IMPORT Tree ;