فهرست منبع

+ 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}
   {$define EOL_ONE_CHAR}
 {$endif}
+{$ifdef wasi}
+  {$define EOL_ONE_CHAR}
+{$endif}
 
 const
   version='1.00';