Error 312 when Using the Variable Plm

Product Version(s): 3.20
Operating System:   MS-DOS
Flags: ENDUSER | TAR02497 buglist3.20 fixlist3.30
Last Modified:  3-OCT-1988    ArticleIdent: Q10384

The declaration of plm causes pas1 to emit a compile-time error 312
"identifier expected."

The following is a short example code:

   program test(input,output);
   var PLM:integer;
   begin
   end.

Microsoft has confirmed this to be a problem in Version 3.20. This
problem was corrected in Version 3.30.

In Version 3.20, plm was used as a procedure attribute to specify
calling conventions and was incorrectly treated as a reserved word. In
Version 3.30, plm may be redefined.
