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>
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 ;