public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] PR-101392 fix pass binop.proc to CodeBinarySetshift.
@ 2022-11-09 16:36 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-11-09 16:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fe8cdf1cab19139649846f0c168690f99e35241e

commit fe8cdf1cab19139649846f0c168690f99e35241e
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed Nov 9 16:33:56 2022 +0000

    PR-101392 fix pass binop.proc to CodeBinarySetshift.
    
    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>

Diff:
---
 gcc/m2/gm2-gcc/m2expr.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/m2/gm2-gcc/m2expr.def b/gcc/m2/gm2-gcc/m2expr.def
index 8988c78d575..e622d31d09b 100644
--- a/gcc/m2/gm2-gcc/m2expr.def
+++ b/gcc/m2/gm2-gcc/m2expr.def
@@ -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 ;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-09 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 16:36 [gcc/devel/modula-2] PR-101392 fix pass binop.proc to CodeBinarySetshift Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).