[fpc-pascal] alignment

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Apr 19 17:50:33 CEST 2006


On 19 apr 2006, at 17:43, Jonas Maebe wrote:

> The valid keywords are indeed not yet documented. Here are the  
> possibilities (copy/paste from the compiler source):

Forgot one:

           if tok='PROC' then
            b.procalign:=l
>           else if tok='JUMP' then
>            b.jumpalign:=l
>           else if tok='LOOP' then
>            b.loopalign:=l
>           else if tok='CONSTMIN' then
>            b.constalignmin:=l
>           else if tok='CONSTMAX' then
>            b.constalignmax:=l
>           else if tok='VARMIN' then
>            b.varalignmin:=l
>           else if tok='VARMAX' then
>            b.varalignmax:=l
>           else if tok='LOCALMIN' then
>            b.localalignmin:=l
>           else if tok='LOCALMAX' then
>            b.localalignmax:=l
>           else if tok='RECORDMIN' then
>            b.recordalignmin:=l
>           else if tok='RECORDMAX' then
>            b.recordalignmax:=l


Jonas



More information about the fpc-pascal mailing list