فهرست منبع

Regenerated after: Fix wrong arg number in parser_e_nostackframe_with_locals

git-svn-id: trunk@22688 -
pierre 12 سال پیش
والد
کامیت
fb60e17602
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/msgtxt.inc

+ 1 - 1
compiler/msgtxt.inc

@@ -519,7 +519,7 @@ const msgtxt : array[0..000279,1..240] of char=(
   '03323_W_Procedure/Function declared with call option NOSTACKFRAME but '+
   'without ASSEMBLER'#000+
   '03324_E_Procedure/Function declared w','ith call option NOSTACKFRAME bu'+
-  't local stack size is $2'#000+
+  't local stack size is $1'#000+
   '04000_E_Type mismatch'#000+
   '04001_E_Incompatible types: got "$1" expected "$2"'#000+
   '04002_E_Type mismatch between "$1" and "$2"'#000+