浏览代码

+ define EOL_ONE_CHAR for the WASI platform

Nikolay Nikolov 7 月之前
父节点
当前提交
fa384956d6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/utils/msg2inc.pp

+ 3 - 0
compiler/utils/msg2inc.pp

@@ -28,6 +28,9 @@ program msg2inc;
 {$ifdef macos}
 {$ifdef macos}
   {$define EOL_ONE_CHAR}
   {$define EOL_ONE_CHAR}
 {$endif}
 {$endif}
+{$ifdef wasi}
+  {$define EOL_ONE_CHAR}
+{$endif}
 
 
 const
 const
   version='1.00';
   version='1.00';